From 2eb4ab4b84aa22245549d9001fd644647fdf5ef1 Mon Sep 17 00:00:00 2001 From: Andrey Babushkin <55714097+reyand43@users.noreply.github.com> Date: Tue, 6 May 2025 13:32:56 +0200 Subject: [PATCH] Fix events highlight (#3368) * add filtered events to search * removed consoles * changed styles to tailwind * changed styles to tailwind * fixed error --- frontend/app/components/Session/WebPlayer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/app/components/Session/WebPlayer.tsx b/frontend/app/components/Session/WebPlayer.tsx index ab0cef8fb..336998322 100644 --- a/frontend/app/components/Session/WebPlayer.tsx +++ b/frontend/app/components/Session/WebPlayer.tsx @@ -72,7 +72,6 @@ function WebPlayer(props: any) { }, [searchStore.instance.filters]); React.useEffect(() => { - openedAt.current = Date.now(); const handleActivation = () => { if (!document.hidden) { setWindowActive(true);