Add bigger delay before setting default profile
This commit is contained in:
		
							parent
							
								
									8c2597c64c
								
							
						
					
					
						commit
						e93930ffb4
					
				| 
						 | 
				
			
			@ -44,7 +44,7 @@ export default Vue.extend({
 | 
			
		|||
      if (profileIndex !== -1) {
 | 
			
		||||
        this.updateActiveProfile(profileIndex)
 | 
			
		||||
      }
 | 
			
		||||
    }, 100)
 | 
			
		||||
    }, 200)
 | 
			
		||||
 | 
			
		||||
    $('#profileList').focusout(() => {
 | 
			
		||||
      $('#profileList')[0].style.display = 'none'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue