chore(editor): relocate bookmark icon in floating toolbar

This commit is contained in:
Elian Doran 2025-06-03 20:21:13 +03:00
parent 307af229ae
commit 380cb62d2b
No known key found for this signature in database

View File

@ -222,7 +222,6 @@ export function buildFloatingToolbar() {
"|", "|",
"code", "code",
"link", "link",
"bookmark",
"removeFormat", "removeFormat",
"internallink", "internallink",
"cuttonote" "cuttonote"
@ -244,7 +243,7 @@ export function buildFloatingToolbar() {
{ {
label: "Insert", label: "Insert",
icon: "plus", icon: "plus",
items: ["internallink", "includeNote", "|", "math", "mermaid", "horizontalLine", "pageBreak"] items: ["bookmark", "internallink", "includeNote", "|", "math", "mermaid", "horizontalLine", "pageBreak"]
}, },
"|", "|",
"outdent", "outdent",