From c096e2b0578fda03b3f48609f6c449b1970653e3 Mon Sep 17 00:00:00 2001 From: ShridharGoel <35566748+ShridharGoel@users.noreply.github.com> Date: Fri, 29 Mar 2024 16:00:16 +0530 Subject: [PATCH] Video playback speed change should not move to next video --- src/components/VideoPopoverMenu/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/VideoPopoverMenu/index.tsx b/src/components/VideoPopoverMenu/index.tsx index aad6364f91df..23f3447cf495 100644 --- a/src/components/VideoPopoverMenu/index.tsx +++ b/src/components/VideoPopoverMenu/index.tsx @@ -35,7 +35,6 @@ function VideoPopoverMenu({ anchorPosition={anchorPosition} menuItems={menuItems} anchorRef={videoPlayerMenuRef} - withoutOverlay /> ); }