Actually set this.isInit = true
This commit is contained in:
parent
940d838509
commit
dc91a37797
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ class CardCreator {
|
||||||
}
|
}
|
||||||
|
|
||||||
await this.init();
|
await this.init();
|
||||||
|
this.isInit = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
async init() {
|
async init() {
|
||||||
|
|
Loading…
Reference in a new issue