typo
This commit is contained in:
parent
e65e4d116e
commit
3edceebd89
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue