mirror of https://github.com/vector-im/riot-web
Merge pull request #6581 from SimonBrandner/fix/stuck-buttons/18439
Fade Call View Buttons after `componentDidMount`pull/21833/head
commit
1e513eeae8
|
@ -153,6 +153,7 @@ export default class CallView extends React.Component<IProps, IState> {
|
|||
public componentDidMount() {
|
||||
this.dispatcherRef = dis.register(this.onAction);
|
||||
document.addEventListener('keydown', this.onNativeKeyDown);
|
||||
this.showControls();
|
||||
}
|
||||
|
||||
public componentWillUnmount() {
|
||||
|
|
Loading…
Reference in New Issue