mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +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;
|
return contentRef.current.scrollHeight > contentRef.current.clientHeight;
|
||||||
}, [contentRef.current?.scrollHeight]);
|
}, [contentRef.current?.scrollHeight, severity]);
|
||||||
|
|
||||||
// review interaction
|
// review interaction
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user