From c1332c5da5af3c07bb003c57546af06ef9483cc9 Mon Sep 17 00:00:00 2001 From: daniel-lxs Date: Wed, 10 Sep 2025 17:13:59 -0500 Subject: [PATCH] chore: clean up unnecessary comment in handleBeginEdit --- webview-ui/src/components/chat/ChatView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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