redesign of drag & drop, separation of active, focused and active notes in the tree, fixes #565

This commit is contained in:
zadam
2019-06-10 21:47:08 +02:00
parent 8ab081a3fd
commit 27659805f6
6 changed files with 48 additions and 44 deletions

View File

@@ -154,7 +154,6 @@ async function showTab(tabId) {
if (newActiveNode && newActiveNode.isVisible()) {
newActiveNode.setActive(true, {noEvents: true});
newActiveNode.setSelected(true);
}
}
}