This commit is contained in:
Jiiks 2018-02-04 14:34:09 +02:00
parent e65e4d116e
commit 3edceebd89
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
this.changed = false; this.changed = false;
}, },
attemptToClose(e) { attemptToClose(e) {
if (!this.chagned) { if (!this.changed) {
this.closing = true; this.closing = true;
setTimeout(() => { setTimeout(() => {
this.close(); this.close();