Build update

This commit is contained in:
Francisco Hodge 2021-03-25 04:06:25 +00:00
parent d03e26b4f7
commit 8d2d4ec1e2
3 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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