This commit is contained in:
Arjun Patel
2026-06-02 08:02:07 -07:00
parent 9adaf9ac38
commit 458d3d36c3
3 changed files with 6 additions and 3 deletions
@@ -412,7 +412,7 @@ export function ComposeOverlay({
setStepSync,
createChildParticle,
cancel,
handleQuotaError
handleQuotaError,
]);
// New stream mode: create stream + first child
@@ -28,7 +28,7 @@ export function TextReactionInput({
// NOTE: perform side effects here when opening
if (open) {
setValue('')
setValue('');
}
}