diff --git a/lib/widgets/reply_bar.dart b/lib/widgets/reply_bar.dart index 25c1d685..6b66185f 100644 --- a/lib/widgets/reply_bar.dart +++ b/lib/widgets/reply_bar.dart @@ -247,6 +247,7 @@ class _ReplyBarState extends ConsumerState { onPressed: () { setState(() { _hintText = null; + _replyAction = null; }); }), ],