fix shift-up selection, fixes #146

This commit is contained in:
azivner 2018-08-11 20:02:48 +02:00
parent 0f42c396f3
commit af4ea66742

View File

@ -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);