Update CoWebsiteManager.ts
yet another typo
This commit is contained in:
parent
e6ae343975
commit
a0d73f27d9
1 changed files with 1 additions and 1 deletions
|
@ -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(() => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue