Implement markdown emoji, youtube, clipboard
This commit is contained in:
parent
5e72b472e6
commit
e923d1b2fe
12 changed files with 381 additions and 27 deletions
|
@ -585,5 +585,8 @@
|
|||
});
|
||||
|
||||
$('#submit-button').on('click', submit_chat);
|
||||
register_copy_clipboard($("#chat-input"), () => {
|
||||
$('#chat-input').trigger('input');
|
||||
});
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue