mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-04 06:31:55 +00:00 
			
		
		
		
	fix: enter in search bar doesn't work
This commit is contained in:
		@@ -175,7 +175,7 @@ export default {
 | 
			
		||||
        },
 | 
			
		||||
        onKeyPress(e) {
 | 
			
		||||
            if (e.key === "Enter") {
 | 
			
		||||
                this.submitSearch();
 | 
			
		||||
                this.submitSearch(e);
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        onInputFocus() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user