fix(web): Fix same key for delete and stack actions (#12865)

Fix same key for delete and stack actions
This commit is contained in:
Caesiumhydroxid
2024-09-23 17:38:50 +02:00
committed by GitHub
parent 0cce7ebf25
commit 9a4a320cfb

View File

@@ -42,7 +42,7 @@
{ key: ['s'], action: $t('view') },
{ key: ['d'], action: $t('unselect_all_duplicates') },
{ key: ['⇧', 'c'], action: $t('resolve_duplicates') },
{ key: ['⇧', 'c'], action: $t('stack_duplicates') },
{ key: ['⇧', 's'], action: $t('stack_duplicates') },
],
};