mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Merge pull request #6581 from SimonBrandner/fix/stuck-buttons/18439
Fade Call View Buttons after `componentDidMount`
This commit is contained in:
commit
1e513eeae8
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue