From d3d28d705ef6ebfc5692c01a635b4703900a2a73 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 15 Nov 2022 19:48:44 +0100 Subject: [PATCH] change(ui) - guided popup play after click --- frontend/app/components/shared/GuidePopup/GuidePopup.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/components/shared/GuidePopup/GuidePopup.tsx b/frontend/app/components/shared/GuidePopup/GuidePopup.tsx index 5eec8fc19..fa7de66a0 100644 --- a/frontend/app/components/shared/GuidePopup/GuidePopup.tsx +++ b/frontend/app/components/shared/GuidePopup/GuidePopup.tsx @@ -27,6 +27,7 @@ export default function GuidePopup({ children, title, description }: IProps) { const onClick = () => { setShowGuide(false); localStorage.setItem(FEATURE_KEYS.NOTES, 'true'); + Player.togglePlay() }; return showGuide ? (