1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-01 13:11:10 +03:00

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

This commit is contained in:
Michael Telatynski
2021-08-11 18:22:57 +01:00
committed by GitHub

View File

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