Skip to content

Commit

Permalink
disable auto position
Browse files Browse the repository at this point in the history
  • Loading branch information
lovincyrus committed Dec 23, 2024
1 parent e1b0ce7 commit ff7a325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-common/src/features/canvas/SvelteGridStack.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
} else {
grid.addWidget({
...item,
autoPosition: true,
autoPosition: false,
});
}
});
Expand Down

0 comments on commit ff7a325

Please sign in to comment.