Merge pull request #2231 from TriliumNext/toolbar

chore(editor): relocate link icon in floating toolbar
This commit is contained in:
JYC333 2025-06-09 17:18:02 +02:00 committed by GitHub
commit fba29249b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -246,7 +246,7 @@ export function buildFloatingToolbar() {
{ {
label: "Insert", label: "Insert",
icon: "plus", icon: "plus",
items: ["bookmark", "internallink", "includeNote", "|", "math", "mermaid", "horizontalLine", "pageBreak", "dateTime"] items: ["link", "bookmark", "internallink", "includeNote", "|", "math", "mermaid", "horizontalLine", "pageBreak", "dateTime"]
}, },
"|", "|",
"outdent", "outdent",