mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
fix duplicate on longpress
This commit is contained in:
parent
903715fb24
commit
02879d369f
1 changed files with 0 additions and 1 deletions
|
|
@ -175,7 +175,6 @@ const Video = ({ className, id, title, thumbnail, episode, released, upcoming, w
|
||||||
onClick={popupLabelOnClick}
|
onClick={popupLabelOnClick}
|
||||||
onLongPress={popupLabelOnLongPress}
|
onLongPress={popupLabelOnLongPress}
|
||||||
onContextMenu={popupLabelOnContextMenu}
|
onContextMenu={popupLabelOnContextMenu}
|
||||||
onLongPress={popupLabelOnLongPress}
|
|
||||||
open={menuOpen}
|
open={menuOpen}
|
||||||
onCloseRequest={closeMenu}
|
onCloseRequest={closeMenu}
|
||||||
renderLabel={renderLabel}
|
renderLabel={renderLabel}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue