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,11 +1351,12 @@ 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}
{#if !isLegacy} {#if !isLegacy}
<ActionButtons {mode} {onClose} {onAdd} {onHistory} {history} /> <ActionButtons {mode} {onClose} {onAdd} {onHistory} {history} />
<HistoryModal bind:modalKey {history} /> <HistoryModal bind:modalKey {history} />
{/if} {/if}
{/if}
{#if !isLegacy} {#if !isLegacy}
<ContextMenu bind:this={contextMenu}> <ContextMenu bind:this={contextMenu}>