Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 380cb62

Browse files
committed
chore(editor): relocate bookmark icon in floating toolbar
1 parent 307af22 commit 380cb62

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • apps/client/src/widgets/type_widgets/ckeditor

apps/client/src/widgets/type_widgets/ckeditor/config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ export function buildFloatingToolbar() {
222222
"|",
223223
"code",
224224
"link",
225-
"bookmark",
226225
"removeFormat",
227226
"internallink",
228227
"cuttonote"
@@ -244,7 +243,7 @@ export function buildFloatingToolbar() {
244243
{
245244
label: "Insert",
246245
icon: "plus",
247-
items: ["internallink", "includeNote", "|", "math", "mermaid", "horizontalLine", "pageBreak"]
246+
items: ["bookmark", "internallink", "includeNote", "|", "math", "mermaid", "horizontalLine", "pageBreak"]
248247
},
249248
"|",
250249
"outdent",

0 commit comments

Comments
 (0)