Просмотр исходного кода

Merge pull request #4865 from jitsi/position-status-message

fix(remote-status-message): position
master
yanas 5 лет назад
Родитель
Сommit
d9cc664ea6
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      modules/UI/videolayout/VideoContainer.js

+ 2
- 2
modules/UI/videolayout/VideoContainer.js Просмотреть файл

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

Загрузка…
Отмена
Сохранить