mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
NoteContext => TabContext
This commit is contained in:
@@ -10,7 +10,7 @@ const dragAndDropSetup = {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!data.originalEvent.ctrlKey) {
|
||||
if (!data.originalEvent.shiftKey) {
|
||||
// keep existing selection only if CTRL key is pressed
|
||||
for (const selectedNode of treeService.getSelectedNodes()) {
|
||||
selectedNode.setSelected(false);
|
||||
|
||||
Reference in New Issue
Block a user