mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-05-16 05:14:07 +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
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
* 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 (
|
if (
|
||||||
(
|
(targetTagName === "textarea" ||
|
||||||
targetTagName === "textarea" ||
|
|
||||||
(targetTagName === "input" &&
|
(targetTagName === "input" &&
|
||||||
["text", "search", "url", "tel", "password"].includes(event.target.type)
|
["text", "search", "url", "tel", "password"].includes(
|
||||||
)
|
event.target.type
|
||||||
) && !instance.options.disableCaretPositioning
|
))) &&
|
||||||
|
!instance.options.disableCaretPositioning
|
||||||
) {
|
) {
|
||||||
/**
|
/**
|
||||||
* Tracks current cursor position
|
* Tracks current cursor position
|
||||||
|
Loading…
x
Reference in New Issue
Block a user