Quellcode durchsuchen

auto commit

dev8
jfinn vor 4 Jahren
Ursprung
Commit
c559c56701
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      react/features/filmstrip/components/web/Filmstrip.js

+ 1
- 0
react/features/filmstrip/components/web/Filmstrip.js Datei anzeigen

@@ -279,6 +279,7 @@ class Filmstrip extends PureComponent <Props> {
279 279
      */
280 280
     _onListItemsRendered({ overscanStartIndex, overscanStopIndex }) {
281 281
         const { dispatch } = this.props;
282
+		console.log("fake cls_dec. _onListItemsRendered")
282 283
 
283 284
         dispatch(setVisibleRemoteParticipants(overscanStartIndex, overscanStopIndex));
284 285
     }

Laden…
Abbrechen
Speichern