Remove repeat properties
This commit is contained in:
parent
7bdecfdb34
commit
4f342102c0
3 changed files with 5 additions and 6 deletions
|
@ -18,7 +18,6 @@ const fromKeyboardEvent = (e) => {
|
|||
|
||||
return {
|
||||
key: modifiedKeyName(e.key),
|
||||
repeat: e.repeat,
|
||||
shiftKey: shift,
|
||||
ctrlKey: e.ctrlKey,
|
||||
altKey: e.altKey,
|
||||
|
|
Reference in a new issue