From dabd0def55f69ec8076654632c47a64ca867f25a Mon Sep 17 00:00:00 2001 From: Abdo Date: Sat, 21 Jun 2025 09:43:23 +0300 Subject: [PATCH] Formatting --- ts/routes/editor/NoteEditor.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/routes/editor/NoteEditor.svelte b/ts/routes/editor/NoteEditor.svelte index af256825c..d7634ad94 100644 --- a/ts/routes/editor/NoteEditor.svelte +++ b/ts/routes/editor/NoteEditor.svelte @@ -457,7 +457,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html }; } - let richTextInputs: RichTextInput[] = []; $: richTextInputs = richTextInputs.filter(Boolean);