fix tree keyboard shortcuts propagating outside of tree

This commit is contained in:
zadam
2020-02-02 10:10:37 +01:00
parent 0054a32dc7
commit 96e2b9bc18
4 changed files with 42 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ export default class SpacedUpdate {
}
scheduleUpdate() {
if (!this.changeForbidden) {console.trace();
if (!this.changeForbidden) {
this.changed = true;
setTimeout(() => this.triggerUpdate());
}