mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
remove defer from list scrollbars
This commit is contained in:
@@ -287,7 +287,7 @@ export const ItemGridList = ({
|
||||
const internalState = useItemListState(getDataFn);
|
||||
|
||||
const [initialize] = useOverlayScrollbars({
|
||||
defer: true,
|
||||
defer: false,
|
||||
events: {
|
||||
initialized(osInstance) {
|
||||
const { viewport } = osInstance.elements();
|
||||
|
||||
Reference in New Issue
Block a user