From 6fcc20fb337068872bf0ba3ce9d18adaa118aeac Mon Sep 17 00:00:00 2001 From: Dipak Chaudhari <111210939+dchaudhari7177@users.noreply.github.com> Date: Tue, 21 Jul 2026 03:32:47 +0530 Subject: [PATCH] refactor(web): remove dead EditorToolbar.svelte (#973) Never imported or mounted anywhere (repo-wide search confirms zero references). The live insert surfaces are the slash menu, the mobile toolbar in Editor.svelte, and the selection/bubble menu. Closes #903 --- .../components/editor/EditorToolbar.svelte | 123 ------------------ 1 file changed, 123 deletions(-) delete mode 100644 web/src/lib/components/editor/EditorToolbar.svelte diff --git a/web/src/lib/components/editor/EditorToolbar.svelte b/web/src/lib/components/editor/EditorToolbar.svelte deleted file mode 100644 index 4a2f4637..00000000 --- a/web/src/lib/components/editor/EditorToolbar.svelte +++ /dev/null @@ -1,123 +0,0 @@ - - -{#if editor} -
-{/if} - -