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 07b4e1c commit 1aeb0b3Copy full SHA for 1aeb0b3
lib/widgets/compose_box.dart
@@ -1919,7 +1919,8 @@ class _ComposeBoxState extends State<ComposeBox> with PerAccountStoreAwareStateM
1919
// TODO timeout this request?
1920
if (!mounted) return;
1921
if (!identical(controller, emptyEditController)) {
1922
- // user tapped Cancel during the fetch-raw-content request
+ // During the fetch-raw-content request, the user tapped Cancel
1923
+ // or tapped a failed message edit to restore.
1924
// TODO in this case we don't want the error dialog caused by
1925
// ZulipAction.fetchRawContentWithFeedback; suppress that
1926
return;
0 commit comments