mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
js: Extract message_edit_history.js.
This commit is contained in:
@@ -1020,7 +1020,7 @@ exports.register_click_handlers = function () {
|
||||
const message_history_cancel_btn = $('#message-history-cancel');
|
||||
|
||||
exports.hide_actions_popover();
|
||||
message_edit.show_history(message);
|
||||
message_edit_history.show_history(message);
|
||||
message_history_cancel_btn.focus();
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user