jfinn 4 роки тому
джерело
коміт
b05dc51a16

+ 3
- 0
react/features/filmstrip/components/web/Thumbnail.js Переглянути файл

@@ -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
      *

Завантаження…
Відмінити
Зберегти