forked from Github/frigate
More UI tweaks (#10974)
* Show loading indicator when switching between preview and recording if it takes a while * Scroll down to avoid automatic upscroll
This commit is contained in:
@@ -279,6 +279,9 @@ function Logs() {
|
||||
}
|
||||
})
|
||||
.catch(() => {});
|
||||
contentRef.current?.scrollBy({
|
||||
top: 10,
|
||||
});
|
||||
}
|
||||
});
|
||||
if (node) startObserver.current.observe(node);
|
||||
|
||||
Reference in New Issue
Block a user