瀏覽代碼

auto commit

dev8
jfinn 4 年之前
父節點
當前提交
b05dc51a16
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      react/features/filmstrip/components/web/Thumbnail.js

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

Loading…
取消
儲存