Merge branch 'develop' into windows-focus-blur-camera
This commit is contained in:
commit
694f5d692f
4 changed files with 18 additions and 4 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