format
This commit is contained in:
@@ -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('');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user