mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +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}
|
||||
onLongPress={popupLabelOnLongPress}
|
||||
onContextMenu={popupLabelOnContextMenu}
|
||||
onLongPress={popupLabelOnLongPress}
|
||||
open={menuOpen}
|
||||
onCloseRequest={closeMenu}
|
||||
renderLabel={renderLabel}
|
||||
|
|
|
|||
Loading…
Reference in a new issue