mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
fix tree keyboard shortcuts propagating outside of tree
This commit is contained in:
@@ -7,7 +7,7 @@ export default class SpacedUpdate {
|
||||
}
|
||||
|
||||
scheduleUpdate() {
|
||||
if (!this.changeForbidden) {console.trace();
|
||||
if (!this.changeForbidden) {
|
||||
this.changed = true;
|
||||
setTimeout(() => this.triggerUpdate());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user