mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 13:34:30 +01:00
fix(board): not refreshing on status attribute change
This commit is contained in:
parent
a8992d08b3
commit
8d3892757a
@ -98,7 +98,7 @@ export default function BoardView({ note: parentNote, noteIds, viewConfig, saveC
|
||||
});
|
||||
}
|
||||
|
||||
useEffect(refresh, [ parentNote, noteIds, viewConfig ]);
|
||||
useEffect(refresh, [ parentNote, noteIds, viewConfig, statusAttributeWithPrefix ]);
|
||||
|
||||
const handleColumnDrop = useCallback((fromIndex: number, toIndex: number) => {
|
||||
const newColumns = api.reorderColumn(fromIndex, toIndex);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user