Merge branch 'develop' into feature-discussion

This commit is contained in:
Gregoire Parant 2020-11-10 11:50:41 +01:00
commit f837f1a31f
8 changed files with 63 additions and 27 deletions

View file

@ -57,7 +57,7 @@ class CoWebsiteManager {
setTimeout(() => {
this.fire();
}, animationTime)
});
}).catch(() => this.closeCoWebsite());
}
/**
@ -70,7 +70,7 @@ class CoWebsiteManager {
setTimeout(() => {
this.fire();
}, animationTime)
});
}).catch(() => this.closeCoWebsite());
}
public closeCoWebsite(): Promise<void> {