fix: spellcheck toggle note about plain editor only
This commit is contained in:
@@ -72,8 +72,8 @@ export const Tools: FunctionalComponent<Props> = observer(
|
|||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
<Subtitle>Spellcheck</Subtitle>
|
<Subtitle>Spellcheck</Subtitle>
|
||||||
<Text>
|
<Text>
|
||||||
May degrade performance, especially with long notes. Available
|
May degrade performance, especially with long notes. This option only controls
|
||||||
in the Plain Text editor and most specialty editors.
|
spellcheck in the Plain Editor.
|
||||||
</Text>
|
</Text>
|
||||||
</div>
|
</div>
|
||||||
<Switch onChange={toggleSpellcheck} checked={spellcheck} />
|
<Switch onChange={toggleSpellcheck} checked={spellcheck} />
|
||||||
|
|||||||
Reference in New Issue
Block a user