mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-03-03 16:02:56 +08:00
Build update
This commit is contained in:
parent
d03e26b4f7
commit
8d2d4ec1e2
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
*
|
||||
* simple-keyboard v3.0.14
|
||||
* simple-keyboard v3.0.15
|
||||
* https://github.com/hodgef/simple-keyboard
|
||||
*
|
||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
||||
|
File diff suppressed because one or more lines are too long
@ -1077,12 +1077,12 @@ class SimpleKeyboard {
|
||||
}
|
||||
|
||||
if (
|
||||
(
|
||||
targetTagName === "textarea" ||
|
||||
(targetTagName === "textarea" ||
|
||||
(targetTagName === "input" &&
|
||||
["text", "search", "url", "tel", "password"].includes(event.target.type)
|
||||
)
|
||||
) && !instance.options.disableCaretPositioning
|
||||
["text", "search", "url", "tel", "password"].includes(
|
||||
event.target.type
|
||||
))) &&
|
||||
!instance.options.disableCaretPositioning
|
||||
) {
|
||||
/**
|
||||
* Tracks current cursor position
|
||||
|
Loading…
Reference in New Issue
Block a user