mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Hide status message on edit.
When editing a /me, the status message element should be hidden.
This commit is contained in:
		@@ -474,7 +474,7 @@ exports.MessageList.prototype = {
 | 
			
		||||
 | 
			
		||||
    show_edit_message: function MessageList_show_edit_message(row, edit_obj) {
 | 
			
		||||
        row.find(".message_edit_form").empty().append(edit_obj.form);
 | 
			
		||||
        row.find(".message_content").hide();
 | 
			
		||||
        row.find(".message_content, .status-message").hide();
 | 
			
		||||
        row.find(".message_edit").show();
 | 
			
		||||
        row.find(".message_edit_content").autosize();
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user