mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
Fix IO event handlers being run on normal notes (#3195)
This commit is contained in:
parent
c29125939d
commit
998b91c1fe
1 changed files with 2 additions and 2 deletions
|
@ -644,8 +644,8 @@ the AddCards dialog) should be implemented in the user of this component.
|
||||||
</Absolute>
|
</Absolute>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if imageOcclusionMode}
|
{#if $ioMaskEditorVisible && imageOcclusionMode}
|
||||||
<div style="display: {$ioMaskEditorVisible ? 'block' : 'none'}">
|
<div>
|
||||||
<ImageOcclusionPage
|
<ImageOcclusionPage
|
||||||
mode={imageOcclusionMode}
|
mode={imageOcclusionMode}
|
||||||
on:change={updateOcclusionsField}
|
on:change={updateOcclusionsField}
|
||||||
|
|
Loading…
Reference in a new issue