mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 14:20:36 +08:00
feat(insert time):fix: resolve merge conflicts
This commit is contained in:
parent
3cdee1ac86
commit
8b8969f6e9
1 changed files with 5 additions and 1 deletions
|
|
@ -244,7 +244,11 @@ export function buildFloatingToolbar() {
|
||||||
{
|
{
|
||||||
label: "Insert",
|
label: "Insert",
|
||||||
icon: "plus",
|
icon: "plus",
|
||||||
items: ["internallink", "includeNote", "|", "math", "mermaid", "horizontalLine", "pageBreak", "dateTime"]
|
<<<<<<< HEAD
|
||||||
|
items: ["bookmark", "internallink", "includeNote", "|", "math", "mermaid", "horizontalLine", "pageBreak", "dateTime"]
|
||||||
|
=======
|
||||||
|
items: ["bookmark", "internallink", "includeNote", "|", "math", "mermaid", "horizontalLine", "pageBreak"]
|
||||||
|
>>>>>>> develop
|
||||||
},
|
},
|
||||||
"|",
|
"|",
|
||||||
"outdent",
|
"outdent",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue