jfinn пре 4 година
родитељ
комит
63a33e51b2
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1
    3
      react/features/filmstrip/components/web/Filmstrip.js

+ 1
- 3
react/features/filmstrip/components/web/Filmstrip.js Прегледај датотеку

279
      */
279
      */
280
     _onListItemsRendered({ overscanStartIndex, overscanStopIndex }) {
280
     _onListItemsRendered({ overscanStartIndex, overscanStopIndex }) {
281
         const { dispatch } = this.props;
281
         const { dispatch } = this.props;
282
-		console.log("fake cls_dec. _onListItemsRendered")
283
 
282
 
284
         dispatch(setVisibleRemoteParticipants(overscanStartIndex, overscanStopIndex));
283
         dispatch(setVisibleRemoteParticipants(overscanStartIndex, overscanStopIndex));
285
     }
284
     }
301
         const { _columns, dispatch } = this.props;
300
         const { _columns, dispatch } = this.props;
302
         const startIndex = (overscanRowStartIndex * _columns) + overscanColumnStartIndex;
301
         const startIndex = (overscanRowStartIndex * _columns) + overscanColumnStartIndex;
303
         const endIndex = (overscanRowStopIndex * _columns) + overscanColumnStopIndex;
302
         const endIndex = (overscanRowStopIndex * _columns) + overscanColumnStopIndex;
304
-		console.log("fake cls_dec. _onGridItemsRendered")
305
 
303
 
306
         dispatch(setVisibleRemoteParticipants(startIndex, endIndex));
304
         dispatch(setVisibleRemoteParticipants(startIndex, endIndex));
307
     }
305
     }
542
     };
540
     };
543
 }
541
 }
544
 console.log("Filmstrip WEB2?")
542
 console.log("Filmstrip WEB2?")
545
-// window.glob_dbg.Filmstrip = Filmstrip
543
+window.glob_dbg.Filmstrip = Filmstrip
546
 if (window?.glob_dbg?.j){window.glob_dbg.j.Filmstrip = Filmstrip}
544
 if (window?.glob_dbg?.j){window.glob_dbg.j.Filmstrip = Filmstrip}
547
 export default translate(connect(_mapStateToProps)(Filmstrip));
545
 export default translate(connect(_mapStateToProps)(Filmstrip));

Loading…
Откажи
Сачувај