mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 15:47:12 -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>
|
</Absolute>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if imageOcclusionMode}
|
{#if imageOcclusionMode && ($ioMaskEditorVisible || imageOcclusionMode?.kind === "add")}
|
||||||
<div style="display: {$ioMaskEditorVisible ? 'block' : 'none'};">
|
<div style="display: {$ioMaskEditorVisible ? 'block' : 'none'};">
|
||||||
<ImageOcclusionPage
|
<ImageOcclusionPage
|
||||||
mode={imageOcclusionMode}
|
mode={imageOcclusionMode}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue