mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
do not recreate page when toggle button used (#3208)
This commit is contained in:
parent
abacdcaeda
commit
c2d565ee4f
1 changed files with 2 additions and 2 deletions
|
@ -633,8 +633,8 @@ the AddCards dialog) should be implemented in the user of this component.
|
|||
</Absolute>
|
||||
{/if}
|
||||
|
||||
{#if $ioMaskEditorVisible && imageOcclusionMode}
|
||||
<div>
|
||||
{#if imageOcclusionMode}
|
||||
<div style="display: {$ioMaskEditorVisible ? 'block' : 'none'};">
|
||||
<ImageOcclusionPage
|
||||
mode={imageOcclusionMode}
|
||||
on:change={updateOcclusionsField}
|
||||
|
|
Loading…
Reference in a new issue