Merge branch 'develop' into windows-focus-blur-camera
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user