mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
Fix bottom editor buttons not shown in IO editor
Positioning needs to be fixed.
This commit is contained in:
parent
26473e6f6c
commit
1ce564adf0
1 changed files with 5 additions and 4 deletions
|
@ -1351,10 +1351,11 @@ components and functionality for general note editing.
|
||||||
<Collapsible toggleDisplay collapse={$tagsCollapsed}>
|
<Collapsible toggleDisplay collapse={$tagsCollapsed}>
|
||||||
<TagEditor {tags} on:tagsupdate={saveTags} />
|
<TagEditor {tags} on:tagsupdate={saveTags} />
|
||||||
</Collapsible>
|
</Collapsible>
|
||||||
{#if !isLegacy}
|
{/if}
|
||||||
<ActionButtons {mode} {onClose} {onAdd} {onHistory} {history} />
|
|
||||||
<HistoryModal bind:modalKey {history} />
|
{#if !isLegacy}
|
||||||
{/if}
|
<ActionButtons {mode} {onClose} {onAdd} {onHistory} {history} />
|
||||||
|
<HistoryModal bind:modalKey {history} />
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if !isLegacy}
|
{#if !isLegacy}
|
||||||
|
|
Loading…
Reference in a new issue