mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-04 04:28:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			179 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			179 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import HoverDropdown from 'ember-basic-dropdown-hover/components/basic-dropdown-hover';
 | 
						|
 | 
						|
export default HoverDropdown.extend({
 | 
						|
  delay: 0,
 | 
						|
  horizontalPosition: 'auto-right',
 | 
						|
});
 |