From 1ce564adf0d93cec07cf72bcd7800bd6f662068a Mon Sep 17 00:00:00 2001 From: Abdo Date: Sat, 26 Jul 2025 23:23:13 +0300 Subject: [PATCH] Fix bottom editor buttons not shown in IO editor Positioning needs to be fixed. --- ts/routes/editor/NoteEditor.svelte | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ts/routes/editor/NoteEditor.svelte b/ts/routes/editor/NoteEditor.svelte index 7ea550695..8896cc0f8 100644 --- a/ts/routes/editor/NoteEditor.svelte +++ b/ts/routes/editor/NoteEditor.svelte @@ -1351,10 +1351,11 @@ components and functionality for general note editing. - {#if !isLegacy} - - - {/if} + {/if} + + {#if !isLegacy} + + {/if} {#if !isLegacy}