Scroll down to avoid automatic upscroll

This commit is contained in:
Nicolas Mowen 2024-04-14 11:02:40 -06:00
parent 45cc9b78cb
commit 6797c9b2f7

View File

@ -279,6 +279,9 @@ function Logs() {
}
})
.catch(() => {});
contentRef.current?.scrollBy({
top: 10,
});
}
});
if (node) startObserver.current.observe(node);