Fix bottom editor buttons not shown in IO editor

Positioning needs to be fixed.
This commit is contained in:
Abdo 2025-07-26 23:23:13 +03:00
parent 26473e6f6c
commit 1ce564adf0

View file

@ -1351,10 +1351,11 @@ components and functionality for general note editing.
<Collapsible toggleDisplay collapse={$tagsCollapsed}>
<TagEditor {tags} on:tagsupdate={saveTags} />
</Collapsible>
{#if !isLegacy}
<ActionButtons {mode} {onClose} {onAdd} {onHistory} {history} />
<HistoryModal bind:modalKey {history} />
{/if}
{/if}
{#if !isLegacy}
<ActionButtons {mode} {onClose} {onAdd} {onHistory} {history} />
<HistoryModal bind:modalKey {history} />
{/if}
{#if !isLegacy}