Merge pull request #6581 from SimonBrandner/fix/stuck-buttons/18439
Fade Call View Buttons after `componentDidMount`
This commit is contained in:
@@ -153,6 +153,7 @@ export default class CallView extends React.Component<IProps, IState> {
|
|||||||
public componentDidMount() {
|
public componentDidMount() {
|
||||||
this.dispatcherRef = dis.register(this.onAction);
|
this.dispatcherRef = dis.register(this.onAction);
|
||||||
document.addEventListener('keydown', this.onNativeKeyDown);
|
document.addEventListener('keydown', this.onNativeKeyDown);
|
||||||
|
this.showControls();
|
||||||
}
|
}
|
||||||
|
|
||||||
public componentWillUnmount() {
|
public componentWillUnmount() {
|
||||||
|
|||||||
Reference in New Issue
Block a user