mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
Fix scroll update
This commit is contained in:
parent
1b3aefac7b
commit
99e9db5daf
@ -94,7 +94,7 @@ export default function DesktopEventView({
|
||||
}
|
||||
|
||||
return contentRef.current.scrollHeight > contentRef.current.clientHeight;
|
||||
}, [contentRef.current?.scrollHeight]);
|
||||
}, [contentRef.current?.scrollHeight, severity]);
|
||||
|
||||
// review interaction
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user