mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix shift-up selection, fixes #146
This commit is contained in:
parent
0f42c396f3
commit
af4ea66742
@ -42,7 +42,7 @@ const keyBindings = {
|
||||
},
|
||||
"shift+up": node => {
|
||||
node.navigate($.ui.keyCode.UP, true).then(() => {
|
||||
const currentNode = getCurrentNode();
|
||||
const currentNode = treeService.getCurrentNode();
|
||||
|
||||
if (currentNode.isSelected()) {
|
||||
node.setSelected(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user