Merge pull request #6598 from SimonBrandner/fix/remove-line

pull/21833/head
Michael Telatynski 2021-08-11 18:22:57 +01:00 committed by GitHub
commit eadc94035d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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() {