浏览代码

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
      *

正在加载...
取消
保存