fix bug with unresponsive tree after tree reload

This commit is contained in:
zadam
2019-05-28 20:22:16 +02:00
parent 873b60b00d
commit 3fdecee95f
2 changed files with 2 additions and 1 deletions

View File

@@ -400,6 +400,7 @@ function initFancyTree(tree) {
beforeActivate: (event, data) => {
// this is for the case when tree reload has been called and we don't want to
if (ignoreNextActivationNoteId && getActiveNode() !== null) {
ignoreNextActivationNoteId = null;
return false;
}
},