@quasar/fastclick
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -422,3 +422,3 @@ ;(function () { | ||
// for the copy/paste menu | ||
if (targetElement === document.activeElement && this.isInput(targetElement)) | ||
if (targetElement === document.activeElement && this.isInput(targetElement)) { | ||
return true; | ||
@@ -425,0 +425,0 @@ } |
{ | ||
"name": "@quasar/fastclick", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Polyfill used by Quasar Framework to remove click delays on browsers with touch UIs", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
35423