@nutrafol/popup-helper
Advanced tools
Comparing version 0.1.3 to 0.1.4
10
index.js
@@ -133,7 +133,7 @@ /** | ||
} | ||
var isKey = e.key.indexOf("Arrow") === 0; | ||
if (isKey) { | ||
e.preventDefault() | ||
return | ||
} | ||
// var isKey = e.key.indexOf("Arrow") === 0; | ||
// if (isKey) { | ||
// e.preventDefault() | ||
// return | ||
// } | ||
@@ -140,0 +140,0 @@ var isTab = e.key === "Tab" || e.keyCode === 9 |
{ | ||
"name": "@nutrafol/popup-helper", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "nutrafol popup helper", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,3 +13,3 @@ # Nutrafol popup helper | ||
``` | ||
- NOTE: keep same version if you dont want to publish changes (pipleine would fail) | ||
- NOTE: keep same version if you dont want to publish changes (pipeline would fail) | ||
- commit and push | ||
@@ -16,0 +16,0 @@ - pipeline will auto publish (make sure correct FOLDER set in bitbucket-pipelines.yml) |
9897