mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
refactor: new message content -> compose textarea.
This commit is contained in:
@@ -182,7 +182,7 @@ exports.paste_handler = function (event) {
|
||||
|
||||
$(function () {
|
||||
$(document).on('copy', copy_handler);
|
||||
$("#new_message_content").bind('paste', exports.paste_handler);
|
||||
$("#compose-textarea").bind('paste', exports.paste_handler);
|
||||
});
|
||||
|
||||
return exports;
|
||||
|
||||
Reference in New Issue
Block a user