We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2878eba commit 841bd31Copy full SHA for 841bd31
lib/widgets/reply_bar/reply_bar.dart
@@ -651,7 +651,7 @@ final class _ReplyBarState extends State<_ReplyBar> with LoggerMixin {
651
_replyFocusNode.dispose();
652
_authStatusSub.cancel();
653
final text = _replyRichController.toBBCode();
654
- if (text.trim().isNotEmpty && _canSyncBBCodeOnDispose) {
+ if (_canSyncBBCodeOnDispose) {
655
// Only save text that intend to reply when that text is not empty.
656
//
657
// Only send text to outside controller if could do so: In some situation
0 commit comments