Fix-jump-latest-senstivity (#1440)

* fix jump to latest sensitivity

* select mention space as tab
This commit is contained in:
Ajay Bura
2023-10-08 00:09:43 +11:00
committed by GitHub
parent 13573f4b3f
commit bffd27ae5b
2 changed files with 20 additions and 15 deletions

View File

@@ -319,7 +319,7 @@ export const useVirtualPaginator = <TScrollElement extends HTMLElement>(
const intersectionObserver = useIntersectionObserver(
handlePaginatorElIntersection,
useMemo(
useCallback(
() => ({
root: getScrollElement(),
}),