Fix events highlight (#3368)

* add filtered events to search

* removed consoles

* changed styles to tailwind

* changed styles to tailwind

* fixed error
This commit is contained in:
Andrey Babushkin 2025-05-06 13:32:56 +02:00 committed by GitHub
parent a3fdad3de1
commit 2eb4ab4b84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,6 @@ function WebPlayer(props: any) {
}, [searchStore.instance.filters]);
React.useEffect(() => {
openedAt.current = Date.now();
const handleActivation = () => {
if (!document.hidden) {
setWindowActive(true);