Skip to content

Commit

Permalink
fix: ignore customize toolbar in EntryItem context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Jan 24, 2025
1 parent e7e19a5 commit 79daad4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export const EntryItemWrapper: FC<
COMMAND_ID.entry.viewSourceContent,
COMMAND_ID.entry.toggleAISummary,
COMMAND_ID.entry.toggleAITranslation,
COMMAND_ID.settings.customizeToolbar,
] as string[]
).includes(item.id),
)
Expand Down

0 comments on commit 79daad4

Please sign in to comment.