Update useKeyboardEvents.ts
This commit is contained in:
parent
bc2633410f
commit
109e7adc44
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ export default function useKeyboardEvents() {
|
|||
}
|
||||
case '9': {
|
||||
if (meta) {
|
||||
state.send('CHANGED_STYLE', { color: ColorStyle.Yello })
|
||||
state.send('CHANGED_STYLE', { color: ColorStyle.Yellow })
|
||||
break
|
||||
}
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue