diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index 5d11835d90..dc6fbf1968 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -868,7 +868,7 @@ const ChatViewInner: React.ForwardRefRenderFunction useEvent("message", handleMessage) - // Begin editing from a row (WhatsApp-style overlay) + // Begin editing from a row const handleBeginEdit = useCallback( (message: ClineMessage) => { // Save the current draft before starting edit