mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
chore: clean up unnecessary comment in handleBeginEdit
This commit is contained in:
parent
36a46de356
commit
c1332c5da5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue