From 00046d41459e293a73bd65732ed4129533b60a47 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 23 Feb 2026 11:15:35 +0200 Subject: [PATCH] ui/grid view: do not show the item menu for the options root --- apps/client/src/widgets/collections/legacy/ListOrGridView.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx b/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx index 3fd7d2215a..86958615e7 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx @@ -175,7 +175,8 @@ function GridNoteCard(props: GridNoteCardProps) { showNotePath={props.parentNote.type === "search"} highlightedTokens={props.highlightedTokens} /> - + {(!props.note.isOptions()) && } +