mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 13:15:25 +03:00
Fix not listening at first
This commit is contained in:
parent
a71ca0852c
commit
af17d9c8fd
@ -237,7 +237,7 @@ function Logs() {
|
|||||||
},
|
},
|
||||||
// we need to listen on the current range of visible items
|
// we need to listen on the current range of visible items
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
[logRange],
|
[logRange, initialScroll],
|
||||||
);
|
);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user