chore: init wrapper scroller

This commit is contained in:
jialin
2025-03-03 10:13:06 +08:00
parent d75ac45c33
commit 35fe459420
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ const LogsList: React.FC<LogsListProps> = forwardRef((props, ref) => {
if (scroller.current) {
initialize(scroller.current);
}
}, [scroller.current, initialize]);
}, [initialize]);
useEffect(() => {
if (dataList.length && !stopScroll.current && instance) {