jfinn 4 anni fa
parent
commit
b05dc51a16
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      react/features/filmstrip/components/web/Thumbnail.js

+ 3
- 0
react/features/filmstrip/components/web/Thumbnail.js Vedi File

429
     componentWillUnmount() {
429
     componentWillUnmount() {
430
         this._stopListeningForAudioUpdates(this.props._audioTrack);
430
         this._stopListeningForAudioUpdates(this.props._audioTrack);
431
     }
431
     }
432
+	componentWillMount() {
433
+		clog("dev componentWillMount",{that:this,args:[...arguments])
432
 
434
 
435
+	}
433
     /**
436
     /**
434
      * Starts listening for audio level updates from the library.
437
      * Starts listening for audio level updates from the library.
435
      *
438
      *

Loading…
Annulla
Salva