Merge branch 'develop' into feature-discussion
This commit is contained in:
commit
f837f1a31f
8 changed files with 63 additions and 27 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue