fix cowebsite
This commit is contained in:
parent
b4fc8c6d27
commit
f5d0c27193
@ -148,6 +148,7 @@ class CoWebsiteManager {
|
|||||||
setTimeout(() => resolve(), 2000);
|
setTimeout(() => resolve(), 2000);
|
||||||
});
|
});
|
||||||
this.currentOperationPromise = this.currentOperationPromise.then(() =>Promise.race([onloadPromise, onTimeoutPromise])).then(() => {
|
this.currentOperationPromise = this.currentOperationPromise.then(() =>Promise.race([onloadPromise, onTimeoutPromise])).then(() => {
|
||||||
|
this.cowebsiteMainDom.appendChild(iframe);
|
||||||
this.open();
|
this.open();
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.fire();
|
this.fire();
|
||||||
|
Loading…
Reference in New Issue
Block a user