Fix scroll update

This commit is contained in:
Nicolas Mowen 2024-02-27 08:45:01 -07:00
parent 1b3aefac7b
commit 99e9db5daf

View File

@ -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