From 39e0d5b629b23f2d6f93e8d5657e2c6d8464edc0 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 23 Feb 2026 10:16:04 +0200 Subject: [PATCH] ui/grid view: fix some issues --- .../src/widgets/collections/legacy/ListOrGridView.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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