mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +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);
|
row.find('.message_edit_topic_propagate').toggle(new_topic !== original_topic);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
composebox_typeahead.initialize_compose_typeahead("#message_edit_content");
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.start = function (row) {
|
exports.start = function (row) {
|
||||||
|
|||||||
Reference in New Issue
Block a user