Enable compose-box typeaheads in the edit message box

(imported from commit 8cf1ec74854889061e822f091c16cb817f00c56b)
This commit is contained in:
Leo Franchi
2013-09-20 13:15:11 -04:00
parent f2ae7f55c5
commit 4ea15758cd

View File

@@ -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) {