Fix 'Edit In Place' and 'Fork Session' features (#6970)

Signed-off-by: Bright Zheng <bright@squareup.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Zane Staggs <zane@squareup.com>
This commit is contained in:
Bright Zheng
2026-02-09 17:29:34 -05:00
committed by GitHub
parent 5b15593e0a
commit 17dff138cc
4 changed files with 39 additions and 53 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ export default function BaseChat({
navigate(`/pair?${params.toString()}`, {
state: {
disableAnimation: true,
initialMessage: editedMessage,
initialMessage: editedMessage ? { msg: editedMessage, images: [] } : undefined,
},
});
};