Quellcode durchsuchen

auto commit

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

+ 4
- 0
react/features/filmstrip/components/web/ThumbnailWrapper.js Datei anzeigen

74
         if (typeof _participantID !== 'string') {
74
         if (typeof _participantID !== 'string') {
75
             return null;
75
             return null;
76
         }
76
         }
77
+		if (!window?.glob_dbg?.flags.?thumbnail_wrapper_silent){
78
+			console.log("TWS",this,_participantID, style, _horizontalOffset)
79
+		}
80
+
77
 
81
 
78
         if (_participantID === 'local') {
82
         if (_participantID === 'local') {
79
             return (
83
             return (

Laden…
Abbrechen
Speichern