fix: log pause button not working

This commit is contained in:
huzibaca 2024-11-19 02:56:58 +08:00
parent a7a661e60f
commit 1ef2b1aaf1

View File

@ -103,7 +103,7 @@ const LogPage = () => {
bgcolor: isDark ? "#282a36" : "#ffffff", bgcolor: isDark ? "#282a36" : "#ffffff",
}} }}
> >
{filterLogs.length > 0 && enableLog === true ? ( {filterLogs.length > 0 ? (
<Virtuoso <Virtuoso
initialTopMostItemIndex={999} initialTopMostItemIndex={999}
data={filterLogs} data={filterLogs}