feat(web): add shortcuts to rotate images (#26927)

This commit is contained in:
Robin Wohlers-Reichel
2026-03-26 19:13:01 +01:00
committed by GitHub
parent 958f270f0d
commit 448c069fb6
3 changed files with 16 additions and 2 deletions
+1
View File
@@ -248,6 +248,7 @@ export const getAssetActions = ($t: MessageFormatter, asset: AssetResponseDto) =
!asset.originalPath.toLowerCase().endsWith('.gif') &&
!asset.originalPath.toLowerCase().endsWith('.svg'),
onAction: () => assetViewerManager.openEditor(),
shortcuts: [{ key: 'e' }],
};
const RefreshFacesJob: ActionItem = {