mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -05:00 
			
		
		
		
	fix(web): emit updated date when pressing enter (#9640)
This commit is contained in:
		
							parent
							
								
									a3489d604b
								
							
						
					
					
						commit
						61b850f0ce
					
				@ -17,4 +17,9 @@
 | 
			
		||||
  {value}
 | 
			
		||||
  on:input={(e) => (updatedValue = e.currentTarget.value)}
 | 
			
		||||
  on:blur={() => (value = updatedValue)}
 | 
			
		||||
  on:keydown={(e) => {
 | 
			
		||||
    if (e.key === 'Enter') {
 | 
			
		||||
      value = updatedValue;
 | 
			
		||||
    }
 | 
			
		||||
  }}
 | 
			
		||||
/>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user