Skip to content

Commit d91a4fc

Browse files
committed
fix(app): column update
1 parent 254ea77 commit d91a4fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/app/modules/column/store.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ export function createColumnsStore(collectionId: string) {
3636

3737
const saveWithDebounce = debounce(save, 500)
3838

39+
watch(columns, saveWithDebounce, { deep: true })
40+
3941
function get(id: string) {
4042
const column = columns.value.find((c) => c.id === id)
4143

0 commit comments

Comments
 (0)