We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a670966 commit 2003b63Copy full SHA for 2003b63
lib/widgets/compose_box.dart
@@ -1941,7 +1941,8 @@ class _ComposeBoxState extends State<ComposeBox> with PerAccountStoreAwareStateM
1941
// TODO timeout this request?
1942
if (!mounted) return;
1943
if (!identical(controller, emptyEditController)) {
1944
- // user tapped Cancel during the fetch-raw-content request
+ // During the fetch-raw-content request, the user tapped Cancel
1945
+ // or tapped a failed message edit to restore.
1946
// TODO in this case we don't want the error dialog caused by
1947
// ZulipAction.fetchRawContentWithFeedback; suppress that
1948
return;
0 commit comments