@newview/ui 1.1.88 → 1.1.89

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.
@@ -178151,9 +178151,7 @@ function mobileinit() {
178151
178151
  luckysheet_touchmove_status = false;
178152
178152
  event2.stopPropagation();
178153
178153
  });
178154
- document.addEventListener("touchmove", function(event2) {
178155
- event2.preventDefault();
178156
- }, {
178154
+ document.addEventListener("touchmove", Store.preDefault, {
178157
178155
  passive: false
178158
178156
  });
178159
178157
  }