1
This commit is contained in:
@@ -153,7 +153,7 @@ export const useSettingsStore = defineStore('settings', () => {
|
||||
if (!existingIds.includes(id)) {
|
||||
widgets.value.push({
|
||||
id,
|
||||
position: { x: 20, y: 20 + index * 120 },
|
||||
position: { x: -1, y: -1 },
|
||||
order: index
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user