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:
parent
a3fdad3de1
commit
2eb4ab4b84
1 changed files with 0 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ function WebPlayer(props: any) {
|
||||||
}, [searchStore.instance.filters]);
|
}, [searchStore.instance.filters]);
|
||||||
|
|
||||||
React.useEffect(() => {
|
React.useEffect(() => {
|
||||||
openedAt.current = Date.now();
|
|
||||||
const handleActivation = () => {
|
const handleActivation = () => {
|
||||||
if (!document.hidden) {
|
if (!document.hidden) {
|
||||||
setWindowActive(true);
|
setWindowActive(true);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue