Merge branch 'develop' into action-button

This commit is contained in:
Gregoire Parant 2020-11-10 13:06:47 +01:00
commit 76014e3dc1
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> {