fix(remote-status-message): position

pull/4865/head
Hristo Terezov 5 years ago
parent fe2b1f3d9f
commit d65e241056
  1. 4
      modules/UI/videolayout/VideoContainer.js

@ -429,6 +429,8 @@ export class VideoContainer extends LargeContainer {
return;
}
this.positionRemoteStatusMessages();
const [ width, height ] = this._getVideoSize(containerWidth, containerHeight);
if (width === 0 || height === 0) {
@ -457,8 +459,6 @@ export class VideoContainer extends LargeContainer {
this.$avatar.css('top', top);
this.positionRemoteStatusMessages();
this.$wrapper.animate({
width,
height,

Loading…
Cancel
Save