Implement markdown emoji, youtube, clipboard

This commit is contained in:
cuom1999 2024-03-19 23:51:12 -05:00
parent 5e72b472e6
commit e923d1b2fe
12 changed files with 381 additions and 27 deletions

View file

@ -585,5 +585,8 @@
});
$('#submit-button').on('click', submit_chat);
register_copy_clipboard($("#chat-input"), () => {
$('#chat-input').trigger('input');
});
});
</script>