mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05:00 
			
		
		
		
	
							parent
							
								
									55a7e54011
								
							
						
					
					
						commit
						8fdcabaf70
					
				@ -112,7 +112,7 @@
 | 
			
		||||
      { shortcut: { key: '/' }, onShortcut: () => goto(AppRoute.EXPLORE) },
 | 
			
		||||
      { shortcut: { key: 'A', ctrl: true }, onShortcut: () => selectAllAssets(assetStore, assetInteractionStore) },
 | 
			
		||||
      { shortcut: { key: 'PageUp' }, onShortcut: () => (element.scrollTop = 0) },
 | 
			
		||||
      { shortcut: { key: 'PageDown' }, onShortcut: () => (element.scrollTop = viewport.height) },
 | 
			
		||||
      { shortcut: { key: 'PageDown' }, onShortcut: () => (element.scrollTop = element.scrollHeight) },
 | 
			
		||||
    ];
 | 
			
		||||
 | 
			
		||||
    if ($isMultiSelectState) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user