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