Fix not listening at first

This commit is contained in:
Nicolas Mowen 2024-04-03 08:48:37 -06:00
parent a71ca0852c
commit af17d9c8fd

View File

@ -237,7 +237,7 @@ function Logs() {
},
// we need to listen on the current range of visible items
// eslint-disable-next-line react-hooks/exhaustive-deps
[logRange],
[logRange, initialScroll],
);
useEffect(() => {