zimjs 18.2.6 → 18.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/zim.js +2 -1
package/package.json
CHANGED
package/src/zim.js
CHANGED
|
@@ -29971,9 +29971,10 @@ added, click, dblclick, mousedown, mouseout, mouseover, pressdown (ZIM), pressmo
|
|
|
29971
29971
|
if (!value) {
|
|
29972
29972
|
clearTimeout(that.dTimeout);
|
|
29973
29973
|
zim.noDrag(content);
|
|
29974
|
+
stageUp();
|
|
29974
29975
|
} else {
|
|
29975
29976
|
swipeCheck = false;
|
|
29976
|
-
setDrag();
|
|
29977
|
+
setDrag();
|
|
29977
29978
|
}
|
|
29978
29979
|
if (that.blinker) {
|
|
29979
29980
|
if (!value) {
|