We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efc2667 + 84903f4 commit cebb325Copy full SHA for cebb325
src/routes/MetaDetails/VideosList/Video/Video.js
@@ -47,6 +47,7 @@ const Video = ({ className, id, title, thumbnail, episode, released, upcoming, w
47
}, []);
48
const toggleWatchedOnClick = React.useCallback((event) => {
49
event.preventDefault();
50
+ event.stopPropagation();
51
closeMenu();
52
core.transport.dispatch({
53
action: 'MetaDetails',
0 commit comments