mirror of
https://github.com/zadam/trilium.git
synced 2026-02-27 17:13:38 +01:00
ui/grid view: do not show the item menu for the options root
This commit is contained in:
parent
25e67f62d5
commit
00046d4145
@ -175,7 +175,8 @@ function GridNoteCard(props: GridNoteCardProps) {
|
||||
showNotePath={props.parentNote.type === "search"}
|
||||
highlightedTokens={props.highlightedTokens}
|
||||
/>
|
||||
<NoteMenuButton notePath={notePath} />
|
||||
{(!props.note.isOptions()) && <NoteMenuButton notePath={notePath} />}
|
||||
|
||||
</h5>
|
||||
<NoteContent note={props.note}
|
||||
trim
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user