mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 18:55:44 +03:00
Make scrolling work inside filter bar
This commit is contained in:
parent
66f9c3b918
commit
87e243ea58
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ function AccountStatuses() {
|
|||
(filterBarRef.current.offsetWidth - active.offsetWidth) / 2,
|
||||
});
|
||||
}
|
||||
}, [featuredTags, tagged, media, excludeReplies, excludeBoosts]);
|
||||
}, [featuredTags, searchEnabled, ...allSearchParams]);
|
||||
|
||||
const accountInstance = useMemo(() => {
|
||||
if (!account?.url) return null;
|
||||
|
|
Loading…
Reference in a new issue