diff --git a/ts/editor/NoteEditor.svelte b/ts/editor/NoteEditor.svelte index 107c1c30c..d5bf028ea 100644 --- a/ts/editor/NoteEditor.svelte +++ b/ts/editor/NoteEditor.svelte @@ -633,7 +633,7 @@ the AddCards dialog) should be implemented in the user of this component. {/if} - {#if imageOcclusionMode} + {#if imageOcclusionMode && ($ioMaskEditorVisible || imageOcclusionMode?.kind === "add")}