瀏覽代碼

auto commit

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

+ 5
- 0
react/features/filmstrip/components/web/Thumbnail.js 查看文件

@@ -433,6 +433,11 @@ class Thumbnail extends Component<Props, State> {
433 433
 		console.log("dev componentWillMount",{that:this,args:[...arguments]})
434 434
 
435 435
 	}
436
+	componentDidUnmount() {
437
+		console.log("dev componentDidUnmount",{that:this,args:[...arguments]})
438
+
439
+	}
440
+
436 441
     /**
437 442
      * Starts listening for audio level updates from the library.
438 443
      *

Loading…
取消
儲存