mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
message_edit: Fix error handling if user has re-narrowed.
This commit is contained in:
@@ -102,9 +102,11 @@ exports.save = function (row, from_topic_edited_only) {
|
||||
}
|
||||
},
|
||||
error: function (xhr, error_type, xhn) {
|
||||
if (msg_list === current_msg_list) {
|
||||
var message = channel.xhr_error_message("Error saving edit", xhr);
|
||||
row.find(".edit_error").text(message).show();
|
||||
}
|
||||
}
|
||||
});
|
||||
// The message will automatically get replaced when it arrives.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user