Quellcode durchsuchen

auto commit

dev8
jfinn vor 4 Jahren
Ursprung
Commit
44739f1376
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

@@ -300,6 +300,7 @@ class Filmstrip extends PureComponent <Props> {
300 300
         const { _columns, dispatch } = this.props;
301 301
         const startIndex = (overscanRowStartIndex * _columns) + overscanColumnStartIndex;
302 302
         const endIndex = (overscanRowStopIndex * _columns) + overscanColumnStopIndex;
303
+		console.log("fake cls_dec. _onGridItemsRendered")
303 304
 
304 305
         dispatch(setVisibleRemoteParticipants(startIndex, endIndex));
305 306
     }

Laden…
Abbrechen
Speichern