mirror of
https://github.com/zadam/trilium.git
synced 2025-11-22 00:24:24 +01:00
client/note color picker menu item: add a separator to the tree context menu
This commit is contained in:
parent
87afc64f16
commit
72051c8660
@ -258,6 +258,8 @@ export default class TreeContextMenu implements SelectMenuItemEventListener<Tree
|
|||||||
enabled: notSearch && noSelectedNotes
|
enabled: notSearch && noSelectedNotes
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{ kind: "separator"},
|
||||||
|
|
||||||
{
|
{
|
||||||
kind: "custom",
|
kind: "custom",
|
||||||
componentFn: () => ColorPickerMenuItem({note})
|
componentFn: () => ColorPickerMenuItem({note})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user