fix multi user videochat mode
This commit is contained in:
parent
cfcad07487
commit
05b829da70
2 changed files with 10 additions and 15 deletions
|
@ -188,7 +188,7 @@ class LayoutManager {
|
|||
} else {
|
||||
HtmlUtils.getElementByIdOrFail<HTMLDivElement>('sidebar').style.display = 'none';
|
||||
HtmlUtils.getElementByIdOrFail<HTMLDivElement>('main-section').style.display = 'none';
|
||||
HtmlUtils.getElementByIdOrFail<HTMLDivElement>('chat-mode').style.display = 'flex';
|
||||
HtmlUtils.getElementByIdOrFail<HTMLDivElement>('chat-mode').style.display = 'grid';
|
||||
}
|
||||
|
||||
for (const div of this.importantDivs.values()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue