@dreamworld/web-util
Advanced tools
Comparing version 1.4.0-open-virtual-keyboard.2 to 1.4.0-open-virtual-keyboard.3
@@ -28,4 +28,6 @@ | ||
open() { | ||
const focusEl = document.querySelector('#dummy-input-for-virtual-keyboard'); | ||
focusEl && focusEl.focus(); | ||
setTimeout(() => { | ||
const focusEl = document.querySelector('#dummy-input-for-virtual-keyboard'); | ||
focusEl && focusEl.focus(); | ||
}, 0); | ||
} | ||
@@ -32,0 +34,0 @@ |
{ | ||
"name": "@dreamworld/web-util", | ||
"version": "1.4.0-open-virtual-keyboard.2", | ||
"version": "1.4.0-open-virtual-keyboard.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12236
231