Skip to content

Commit

Permalink
fix(widgets): Fix still reply to marked post when hint text cleared
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Dec 14, 2023
1 parent 2ba2485 commit a0ed8e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/reply_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ class _ReplyBarState extends ConsumerState<ReplyBar> {
onPressed: () {
setState(() {
_hintText = null;
_replyAction = null;
});
}),
],
Expand Down

0 comments on commit a0ed8e0

Please sign in to comment.