upgrading session
This commit is contained in:
parent
7bb0bda756
commit
4b3023fd4c
9 changed files with 288 additions and 105 deletions
|
|
@ -97,7 +97,7 @@ export default function useTextInputController(elementX: Ref) {
|
|||
}
|
||||
}
|
||||
|
||||
// Keys that are capable of opening the text input.
|
||||
// Keys that are capable of opening the text input (numbers and letters).
|
||||
const hotKeyRange = keyboardNameMap.slice(47, 91)
|
||||
const isHotKey = (key: string) => {
|
||||
if (hotKeyRange.includes(key)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue