diff --git a/src/components/compose.jsx b/src/components/compose.jsx index 469ce277..c35d8913 100644 --- a/src/components/compose.jsx +++ b/src/components/compose.jsx @@ -97,6 +97,7 @@ function Compose({ .filter((m) => m !== currentAccountInfo.acct) // Excluding self .map((m) => `@${m}`) .join(' ')} `; + textareaRef.current.dispatchEvent(new Event('input')); textareaRef.current.focus(); } setVisibility(visibility);