Skip to content

Commit 619da2d

Browse files
committed
Revert this
1 parent 38074e4 commit 619da2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webview-ui/src/components/chat/ChatView.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -875,8 +875,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
875875
}
876876
}
877877
}, [])
878-
879-
useEvent("wheel", handleWheel, window, { passive: true }) // Passive improves scrolling performance.
878+
useEvent("wheel", handleWheel, window, { passive: true }) // passive improves scrolling performance
880879

881880
const placeholderText = useMemo(() => {
882881
const baseText = task ? "Type a message..." : "Type your task here..."

0 commit comments

Comments
 (0)