Browse Source

auto commit

dev8
jfinn 4 years ago
parent
commit
560a23bc6c
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      react/features/filmstrip/components/web/Thumbnail.js

+ 5
- 0
react/features/filmstrip/components/web/Thumbnail.js View File

@@ -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…
Cancel
Save