mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Hide emojipicker when clicked outside
This commit is contained in:
parent
b64eb0193d
commit
07cb047516
@ -1473,6 +1473,11 @@
|
||||
|
||||
$("#chatcontent").bind("click", function () {
|
||||
$("#mention-picker").hide();
|
||||
wdtEmojiBundle.close();
|
||||
});
|
||||
|
||||
$("#messagebox").bind("click", function () {
|
||||
wdtEmojiBundle.close();
|
||||
});
|
||||
|
||||
$('#messagebox').bind('input keydown click', function(event) {
|
||||
|
Loading…
Reference in New Issue
Block a user