fix cowebsite

This commit is contained in:
_Bastler 2021-05-16 10:42:05 +02:00
parent b4fc8c6d27
commit f5d0c27193

View File

@ -148,6 +148,7 @@ class CoWebsiteManager {
setTimeout(() => resolve(), 2000);
});
this.currentOperationPromise = this.currentOperationPromise.then(() =>Promise.race([onloadPromise, onTimeoutPromise])).then(() => {
this.cowebsiteMainDom.appendChild(iframe);
this.open();
setTimeout(() => {
this.fire();