浏览代码

fix(pagination): keys

j8
Hristo Terezov 3 年前
父节点
当前提交
07a69ba040
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/filmstrip/components/web/Filmstrip.js

+ 1
- 1
react/features/filmstrip/components/web/Filmstrip.js 查看文件

243
             return `empty-${index}`;
243
             return `empty-${index}`;
244
         }
244
         }
245
 
245
 
246
-        return _remoteParticipants[_remoteParticipantsLength - index - 1];
246
+        return _remoteParticipants[index];
247
     }
247
     }
248
 
248
 
249
     _gridItemKey: Object => string;
249
     _gridItemKey: Object => string;

正在加载...
取消
保存