diff --git a/ts/editor/NoteEditor.svelte b/ts/editor/NoteEditor.svelte index bf959e266..02f865bb3 100644 --- a/ts/editor/NoteEditor.svelte +++ b/ts/editor/NoteEditor.svelte @@ -710,6 +710,13 @@ the AddCards dialog) should be implemented in the user of this component. {#if cols[index] === "dupe"} {/if} + {#if plainTextDefaults[index]} togglePlainTextInput(index)} /> {/if} -