mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-10 12:37:16 +02:00
web: remove spellcheck toggle from note context menu
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -421,16 +421,6 @@ export const noteMenuItems: (
|
||||
onClick: () => store.archive(!note.archived, ...ids),
|
||||
multiSelect: true
|
||||
},
|
||||
{
|
||||
type: "button",
|
||||
key: "spellcheck",
|
||||
title: strings.spellCheck(),
|
||||
isChecked: note.spellcheck,
|
||||
icon: SpellCheck.path,
|
||||
isHidden: IS_DESKTOP_APP && !useSpellChecker.getState().enabled,
|
||||
onClick: () => store.spellcheck(!note.spellcheck, ...ids),
|
||||
multiSelect: true
|
||||
},
|
||||
{ key: "sep1", type: "separator" },
|
||||
{
|
||||
type: "button",
|
||||
|
||||
Reference in New Issue
Block a user