mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -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>
|
||||
{/if}
|
||||
|
||||
{#if imageOcclusionMode}
|
||||
<div style="display: {$ioMaskEditorVisible ? 'block' : 'none'}">
|
||||
{#if $ioMaskEditorVisible && imageOcclusionMode}
|
||||
<div>
|
||||
<ImageOcclusionPage
|
||||
mode={imageOcclusionMode}
|
||||
on:change={updateOcclusionsField}
|
||||
|
|
Loading…
Reference in a new issue