mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
parent
135de7f9ed
commit
1d7559819c
1 changed files with 4 additions and 1 deletions
|
@ -549,7 +549,10 @@ the AddCards dialog) should be implemented in the user of this component.
|
||||||
--border-left-radius="5px"
|
--border-left-radius="5px"
|
||||||
--border-right-radius="5px"
|
--border-right-radius="5px"
|
||||||
class="io-select-image-btn"
|
class="io-select-image-btn"
|
||||||
on:click={() => bridgeCommand("addImageForOcclusion")}
|
on:click={() => {
|
||||||
|
imageOcclusionMode = undefined;
|
||||||
|
bridgeCommand("addImageForOcclusion");
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
{tr.notetypesIoSelectImage()}
|
{tr.notetypesIoSelectImage()}
|
||||||
</LabelButton>
|
</LabelButton>
|
||||||
|
|
Loading…
Reference in a new issue