mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20: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 internalState = useItemListState(getDataFn);
|
||||||
|
|
||||||
const [initialize] = useOverlayScrollbars({
|
const [initialize] = useOverlayScrollbars({
|
||||||
defer: true,
|
defer: false,
|
||||||
events: {
|
events: {
|
||||||
initialized(osInstance) {
|
initialized(osInstance) {
|
||||||
const { viewport } = osInstance.elements();
|
const { viewport } = osInstance.elements();
|
||||||
|
|||||||
@@ -765,7 +765,7 @@ export const ItemTableList = ({
|
|||||||
);
|
);
|
||||||
|
|
||||||
const [initialize] = useOverlayScrollbars({
|
const [initialize] = useOverlayScrollbars({
|
||||||
defer: true,
|
defer: false,
|
||||||
events: {
|
events: {
|
||||||
initialized(osInstance) {
|
initialized(osInstance) {
|
||||||
const { viewport } = osInstance.elements();
|
const { viewport } = osInstance.elements();
|
||||||
|
|||||||
Reference in New Issue
Block a user