mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
Remove
This commit is contained in:
@@ -38,11 +38,6 @@ export default function UserMessage({ message, onMessageUpdate }: UserMessagePro
|
||||
|
||||
// Effect to handle message content changes and ensure persistence
|
||||
useEffect(() => {
|
||||
// Log content display for debugging
|
||||
window.electron.logInfo(
|
||||
`Displaying content for message: ${message.id} content: ${displayText}`
|
||||
);
|
||||
|
||||
// If we're not editing, update the edit content to match the current message
|
||||
if (!isEditing) {
|
||||
setEditContent(displayText);
|
||||
|
||||
Reference in New Issue
Block a user