typo
This commit is contained in:
parent
e65e4d116e
commit
3edceebd89
|
@ -92,7 +92,7 @@
|
|||
this.changed = false;
|
||||
},
|
||||
attemptToClose(e) {
|
||||
if (!this.chagned) {
|
||||
if (!this.changed) {
|
||||
this.closing = true;
|
||||
setTimeout(() => {
|
||||
this.close();
|
||||
|
|
Loading…
Reference in New Issue