Actually set this.isInit = true

This commit is contained in:
goat 2021-05-26 18:16:32 +02:00
parent 940d838509
commit dc91a37797
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -39,6 +39,7 @@ class CardCreator {
} }
await this.init(); await this.init();
this.isInit = true;
} }
async init() { async init() {