Improve usability
This commit is contained in:
		
							parent
							
								
									eaa92e784d
								
							
						
					
					
						commit
						0739ae006d
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -315,8 +315,7 @@ export default defineComponent({ | |||
| 	}, | ||||
| 
 | ||||
| 	mounted() { | ||||
| 		const isIos = navigator.userAgent.includes('WebKit') && !navigator.userAgent.includes('Chrome'); | ||||
| 		if (!isIos) { | ||||
| 		if (!os.isMobile) { | ||||
| 			this.$refs.search.focus({ | ||||
| 				preventScroll: true | ||||
| 			}); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue