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