This doesn't need to be here as it was moved into CallViewButtons

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-08-11 19:16:55 +02:00
parent abba7983ce
commit 012f2c9e7e
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ 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() {