Remove commented line

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-01-05 19:32:59 +01:00
parent 95d93d143e
commit efd889c09a
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ export class ExistingSource extends React.Component<DesktopCapturerSourceIProps>
}
onClick = (ev) => {
//ev.stopPropagation();
this.props.onSelect(this.props.source);
}