mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Hide emojipicker when clicked outside
This commit is contained in:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user