From 3a9d629f8f45f2f4fb28190a69274bfc2996c278 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 18 Nov 2022 18:25:54 +0100 Subject: [PATCH] fix(ui) - skip duration popup close --- .../Player/Controls/components/PlayerControls.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx b/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx index b28cd1990..6d42b3c6c 100644 --- a/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx +++ b/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx @@ -109,7 +109,7 @@ function PlayerControls(props: Props) {
- + {/* */} ( + render={({ close }: any) => (
Jump (Secs) @@ -128,7 +128,7 @@ function PlayerControls(props: Props) {
{ - toggleTooltip(); + close(); setSkipInterval(parseInt(interval, 10)); }} className={cn( @@ -143,14 +143,14 @@ function PlayerControls(props: Props) {
)} > -
+
{/* @ts-ignore */} {currentInterval}s
- + {/* */}
{/* @ts-ignore */}