mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
better conflict detection
This commit is contained in:
@@ -478,22 +478,16 @@ const noteTree = (function() {
|
||||
"ctrl+c": () => {
|
||||
contextMenu.copy(getSelectedNodes());
|
||||
|
||||
showMessage("Note(s) copied into clipboard.");
|
||||
|
||||
return false;
|
||||
},
|
||||
"ctrl+x": () => {
|
||||
contextMenu.cut(getSelectedNodes());
|
||||
|
||||
showMessage("Note(s) cut into clipboard.");
|
||||
|
||||
return false;
|
||||
},
|
||||
"ctrl+v": node => {
|
||||
contextMenu.pasteInto(node);
|
||||
|
||||
showMessage("Note(s) pasted from clipboard into current note.");
|
||||
|
||||
return false;
|
||||
},
|
||||
"ctrl+return": node => {
|
||||
|
||||
Reference in New Issue
Block a user