mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-28 01:26:14 +00:00
Fix: fix hotkey arrows (#8583)
This commit is contained in:
@@ -9,6 +9,8 @@ const SYMBOLS = {
|
||||
right: '→', // →
|
||||
up: '↑', // ↑
|
||||
down: '↓', // ↓
|
||||
arrowleft: '←', // ←
|
||||
arrowright: '→', // →
|
||||
}
|
||||
|
||||
@Component({
|
||||
@@ -33,6 +35,6 @@ export class HotkeyDialogComponent {
|
||||
return key
|
||||
.split('.')
|
||||
.map((k) => SYMBOLS[k] || k)
|
||||
.join(' + ')
|
||||
.join(' ')
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user