diff --git a/src/public/app/services/tree_context_menu.js b/src/public/app/services/tree_context_menu.js index 058dac8e6..afdbbe6c0 100644 --- a/src/public/app/services/tree_context_menu.js +++ b/src/public/app/services/tree_context_menu.js @@ -95,7 +95,7 @@ class TreeContextMenu { enabled: !clipboard.isClipboardEmpty() && notSearch && noSelectedNotes }, { title: 'Paste after', command: "pasteNotesAfterFromClipboard", uiIcon: "paste", enabled: !clipboard.isClipboardEmpty() && isNotRoot && !isHoisted && parentNotSearch && noSelectedNotes }, - { title: "Duplicate subtree(s) here", command: "duplicateSubtree", uiIcon: "empty", + { title: `Duplicate subtree `, command: "duplicateSubtree", uiIcon: "empty", enabled: parentNotSearch && isNotRoot && !isHoisted }, { title: "----" }, { title: "Export", command: "exportNote", uiIcon: "empty",