chore: clean up unnecessary comment in handleBeginEdit

This commit is contained in:
daniel-lxs 2025-09-10 17:13:59 -05:00
parent 36a46de356
commit c1332c5da5
No known key found for this signature in database
GPG key ID: 21C74479048B3AA6

View file

@ -868,7 +868,7 @@ const ChatViewInner: React.ForwardRefRenderFunction<ChatViewRef, ChatViewProps>
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