L
This commit is contained in:
parent
132fdabb29
commit
770bdc4794
|
|
@ -476,7 +476,7 @@ class chatBox{
|
|||
this.aspectLockIcon.style.display = "inline";
|
||||
}
|
||||
|
||||
L /**
|
||||
/**
|
||||
* Re-sizes chat back to aspect ratio on window re-size when chat box is aspect locked
|
||||
* Also prevents horizontal scroll-bars from chat/window resizing
|
||||
* @param {Event} event - Event passed down from Event Handler
|
||||
|
|
@ -497,7 +497,7 @@ L /**
|
|||
this.handleAutoScroll();
|
||||
}
|
||||
|
||||
L /**
|
||||
/**
|
||||
* Re-sizes chat box relative to media aspect ratio
|
||||
*/
|
||||
sizeToAspect(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue