Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b9e305d

Browse files
committed
Delete mistake line
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 24f0c76 commit b9e305d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/views/voip/VideoFeed.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export default class VideoFeed extends React.Component<IProps, IState> {
6969
}
7070

7171
componentDidUpdate(prevProps: IProps) {
72-
this.element?.addEventListener('resize', this.onResize);
7372
this.updateFeed(prevProps.feed, this.props.feed);
7473
}
7574

0 commit comments

Comments
 (0)