mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
Scroll down to avoid automatic upscroll
This commit is contained in:
parent
45cc9b78cb
commit
6797c9b2f7
@ -279,6 +279,9 @@ function Logs() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(() => {});
|
.catch(() => {});
|
||||||
|
contentRef.current?.scrollBy({
|
||||||
|
top: 10,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (node) startObserver.current.observe(node);
|
if (node) startObserver.current.observe(node);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user