mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 07:37:11 -05:00
Another try at fixing IO events issue (#3210)
This commit is contained in:
parent
8229383b5c
commit
4ab0db3127
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