Skip to content

Commit c77920f

Browse files
committed
remove extra modifiers
1 parent 6f119bb commit c77920f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/devtools/src/tabs/settings-tab.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ export const SettingsTab = () => {
2626
const styles = useStyles()
2727

2828
const modifiers: Array<KeyboardKey> = [
29-
'Control',
29+
'CtrlOrMeta',
3030
'Alt',
31-
'Meta',
3231
'Shift',
33-
'CtrlOrMeta',
3432
]
3533

3634
return (

pnpm-lock.yaml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)