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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/zim.js +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zimjs",
3
- "version": "18.2.6",
3
+ "version": "18.2.7",
4
4
  "type": "module",
5
5
  "main": "./src/zim.js",
6
6
  "types": "./ts-src/typings/zim",
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) {