mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Better scrolling for mention list
This commit is contained in:
		@@ -1540,7 +1540,7 @@
 | 
			
		||||
                        $(choices.get(index - 1)).addClass("selected");
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
                $("#mention-picker .mention-choice.selected")[0].scrollIntoView();
 | 
			
		||||
                $("#mention-picker .mention-choice.selected")[0].scrollIntoView({behavior: "instant", block: "center", inline: "center"});
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
            if (event.which == 13) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user