mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
delete: unnecessary nativeEvent
This commit is contained in:
parent
8af7adaee9
commit
f49be71bb5
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ const MetaItem = React.memo(({ className, type, name, poster, posterShape, poste
|
|||
}, [props.onClick]);
|
||||
const menuOnClick = React.useCallback((event) => {
|
||||
event.stopPropagation();
|
||||
event.nativeEvent.selectPrevented = true;
|
||||
}, []);
|
||||
const menuOnSelect = React.useCallback((event) => {
|
||||
if (typeof optionOnSelect === 'function') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue