chore: stop scrolling when wheeling in chat page
This commit is contained in:
@@ -176,7 +176,6 @@ export default function useChatCompletion(
|
||||
setLoading(false);
|
||||
}
|
||||
};
|
||||
const throttleUpdatePosition = _.throttle(updateScrollerPosition, 100);
|
||||
|
||||
useEffect(() => {
|
||||
if (scroller.current) {
|
||||
|
||||
Reference in New Issue
Block a user