mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
global actions context menu, logout
This commit is contained in:
@@ -6,8 +6,6 @@ function initContextMenu(event, itemContainer, selectContextMenuItem) {
|
||||
$contextMenuContainer.empty();
|
||||
|
||||
for (const item of itemContainer.getItems()) {
|
||||
console.log("Adding " + item.title);
|
||||
|
||||
if (item.title === '----') {
|
||||
$contextMenuContainer.append($("<div>").addClass("dropdown-divider"));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user