瀏覽代碼

fix(remote-status-message): position

j8
Hristo Terezov 5 年之前
父節點
當前提交
d65e241056
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      modules/UI/videolayout/VideoContainer.js

+ 2
- 2
modules/UI/videolayout/VideoContainer.js 查看文件

@@ -429,6 +429,8 @@ export class VideoContainer extends LargeContainer {
429 429
             return;
430 430
         }
431 431
 
432
+        this.positionRemoteStatusMessages();
433
+
432 434
         const [ width, height ] = this._getVideoSize(containerWidth, containerHeight);
433 435
 
434 436
         if (width === 0 || height === 0) {
@@ -457,8 +459,6 @@ export class VideoContainer extends LargeContainer {
457 459
 
458 460
         this.$avatar.css('top', top);
459 461
 
460
-        this.positionRemoteStatusMessages();
461
-
462 462
         this.$wrapper.animate({
463 463
             width,
464 464
             height,

Loading…
取消
儲存