Quellcode durchsuchen

auto commit

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

+ 3
- 0
react/features/filmstrip/components/web/Thumbnail.js Datei anzeigen

@@ -429,7 +429,10 @@ class Thumbnail extends Component<Props, State> {
429 429
     componentWillUnmount() {
430 430
         this._stopListeningForAudioUpdates(this.props._audioTrack);
431 431
     }
432
+	componentWillMount() {
433
+		clog("dev componentWillMount",{that:this,args:[...arguments])
432 434
 
435
+	}
433 436
     /**
434 437
      * Starts listening for audio level updates from the library.
435 438
      *

Laden…
Abbrechen
Speichern