Another try at fixing IO events issue (#3210)
This commit is contained in:
parent
8229383b5c
commit
4ab0db3127
@ -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 New Issue
Block a user