chore: image meta data

This commit is contained in:
jialin
2025-01-13 08:22:23 +08:00
parent d099a22bd9
commit 8c4997fa37
6 changed files with 131 additions and 63 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ const LogsList: React.FC<LogsListProps> = forwardRef((props, ref) => {
useImperativeHandle(ref, () => ({
scrollToBottom,
scrollToTop
scrollToTop,
scroller: scroller.current
}));
const handleOnWheel = useCallback(