mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Another try at fixing IO events issue (#3210)
This commit is contained in:
parent
5e19a3cad8
commit
5a93121c6a
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ the AddCards dialog) should be implemented in the user of this component.
|
|||
</Absolute>
|
||||
{/if}
|
||||
|
||||
{#if imageOcclusionMode}
|
||||
{#if imageOcclusionMode && ($ioMaskEditorVisible || imageOcclusionMode?.kind === "add")}
|
||||
<div style="display: {$ioMaskEditorVisible ? 'block' : 'none'};">
|
||||
<ImageOcclusionPage
|
||||
mode={imageOcclusionMode}
|
||||
|
|
|
|||
Loading…
Reference in a new issue