From 380cb62d2b3cf4038012f7dead11d3515b9cab0a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 3 Jun 2025 20:21:13 +0300 Subject: [PATCH] chore(editor): relocate bookmark icon in floating toolbar --- apps/client/src/widgets/type_widgets/ckeditor/config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/client/src/widgets/type_widgets/ckeditor/config.ts b/apps/client/src/widgets/type_widgets/ckeditor/config.ts index 5a3262a1c..bd74d0512 100644 --- a/apps/client/src/widgets/type_widgets/ckeditor/config.ts +++ b/apps/client/src/widgets/type_widgets/ckeditor/config.ts @@ -222,7 +222,6 @@ export function buildFloatingToolbar() { "|", "code", "link", - "bookmark", "removeFormat", "internallink", "cuttonote" @@ -244,7 +243,7 @@ export function buildFloatingToolbar() { { label: "Insert", icon: "plus", - items: ["internallink", "includeNote", "|", "math", "mermaid", "horizontalLine", "pageBreak"] + items: ["bookmark", "internallink", "includeNote", "|", "math", "mermaid", "horizontalLine", "pageBreak"] }, "|", "outdent",