Remove commented line

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Š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

View file

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