diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx b/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx index 6ede859681..3fd7d2215a 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx @@ -74,7 +74,7 @@ export function GridView({ note, noteIds: unfilteredNoteIds, highlightedTokens }
{pageNotes?.map(childNote => ( - ) => { - linkContextMenuService.openContextMenu(props.notePath, e); - e.stopPropagation() + linkContextMenuService.openContextMenu(props.notePath, e); + e.stopPropagation() }, [props.notePath]); return