mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
new card for tab operation in built-in help
This commit is contained in:
@@ -122,7 +122,7 @@ function tabContextMenu(e) {
|
||||
contextMenuService.initContextMenu(e, {
|
||||
getContextMenuItems: () => {
|
||||
return [
|
||||
{title: "Open note in new tab", cmd: "openNoteInNewTab", uiIcon: "empty"}
|
||||
{title: "Open note in new tab", cmd: "openNoteInNewTab", uiIcon: "arrow-up-right"}
|
||||
];
|
||||
},
|
||||
selectContextMenuItem: (e, cmd) => {
|
||||
|
||||
Reference in New Issue
Block a user