mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
Enable compose-box typeaheads in the edit message box
(imported from commit 8cf1ec74854889061e822f091c16cb817f00c56b)
This commit is contained in:
@@ -106,6 +106,8 @@ function edit_message (row, raw_content) {
|
||||
row.find('.message_edit_topic_propagate').toggle(new_topic !== original_topic);
|
||||
});
|
||||
}
|
||||
|
||||
composebox_typeahead.initialize_compose_typeahead("#message_edit_content");
|
||||
}
|
||||
|
||||
exports.start = function (row) {
|
||||
|
||||
Reference in New Issue
Block a user