mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	show also keyboard shortcut for duplicateSubtree in context menu
This commit is contained in:
		
							parent
							
								
									7d8277699c
								
							
						
					
					
						commit
						21b73a86b2
					
				| @ -95,7 +95,7 @@ class TreeContextMenu { | |||||||
|                 enabled: !clipboard.isClipboardEmpty() && notSearch && noSelectedNotes }, |                 enabled: !clipboard.isClipboardEmpty() && notSearch && noSelectedNotes }, | ||||||
|             { title: 'Paste after', command: "pasteNotesAfterFromClipboard", uiIcon: "paste", |             { title: 'Paste after', command: "pasteNotesAfterFromClipboard", uiIcon: "paste", | ||||||
|                 enabled: !clipboard.isClipboardEmpty() && isNotRoot && !isHoisted && parentNotSearch && noSelectedNotes }, |                 enabled: !clipboard.isClipboardEmpty() && isNotRoot && !isHoisted && parentNotSearch && noSelectedNotes }, | ||||||
|             { title: "Duplicate subtree(s) here", command: "duplicateSubtree", uiIcon: "empty", |             { title: `Duplicate subtree <kbd data-command="duplicateSubtree">`, command: "duplicateSubtree", uiIcon: "empty", | ||||||
|                 enabled: parentNotSearch && isNotRoot && !isHoisted }, |                 enabled: parentNotSearch && isNotRoot && !isHoisted }, | ||||||
|             { title: "----" }, |             { title: "----" }, | ||||||
|             { title: "Export", command: "exportNote", uiIcon: "empty", |             { title: "Export", command: "exportNote", uiIcon: "empty", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 zadam
						zadam