Fixed aspect lock while toggling cinema mode.
This commit is contained in:
parent
8233d36f52
commit
b853d75836
|
|
@ -110,6 +110,9 @@ class chatBox{
|
|||
|
||||
|
||||
this.chatBuffer.appendChild(this.chatPreprocessor.preprocess(chatEntry));
|
||||
|
||||
//Set size to aspect on launch
|
||||
this.resizeAspect();
|
||||
}
|
||||
|
||||
async send(event){
|
||||
|
|
|
|||
|
|
@ -84,6 +84,9 @@ class player{
|
|||
}else{
|
||||
this.navBar.style.display = "none";
|
||||
}
|
||||
|
||||
//Resize the video if we're aspect locked
|
||||
this.client.chatBox.resizeAspect();
|
||||
}
|
||||
|
||||
setOnUI(onUI){
|
||||
|
|
|
|||
Loading…
Reference in a new issue