Update CoWebsiteManager.ts

yet another typo
This commit is contained in:
TabascoEye 2021-08-30 19:51:14 +02:00 committed by GitHub
parent e6ae343975
commit a0d73f27d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,7 +213,7 @@ class CoWebsiteManager {
.then(() => callback(this.cowebsiteMainDom)) .then(() => callback(this.cowebsiteMainDom))
.then(() => { .then(() => {
this.open(); this.open();
if (jitsiWidth) { if (widthPercent) {
this.widthPercent = widthPercent; this.widthPercent = widthPercent;
} }
setTimeout(() => { setTimeout(() => {