mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
pacify eslint
This commit is contained in:
@@ -152,7 +152,7 @@ export function uiShortcuts() {
|
||||
if (detected.os === 'win' && d.text === 'shortcuts.editing.commands.redo') {
|
||||
return ['⌘'];
|
||||
} else if (detected.os === 'mac' && d.text === 'shortcuts.browsing.display_options.fullscreen') {
|
||||
return ["⌃", "⌘"];
|
||||
return ['⌃', '⌘'];
|
||||
} else {
|
||||
return d.modifiers;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user