Make scrolling work inside filter bar

This commit is contained in:
Lim Chee Aun 2023-10-20 22:00:56 +08:00
parent 66f9c3b918
commit 87e243ea58

View file

@ -374,7 +374,7 @@ function AccountStatuses() {
(filterBarRef.current.offsetWidth - active.offsetWidth) / 2, (filterBarRef.current.offsetWidth - active.offsetWidth) / 2,
}); });
} }
}, [featuredTags, tagged, media, excludeReplies, excludeBoosts]); }, [featuredTags, searchEnabled, ...allSearchParams]);
const accountInstance = useMemo(() => { const accountInstance = useMemo(() => {
if (!account?.url) return null; if (!account?.url) return null;