ninegrid2 6.424.0 → 6.425.0
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/dist/bundle.cjs.js
CHANGED
|
@@ -12823,7 +12823,7 @@ class ngCellManager
|
|
|
12823
12823
|
|
|
12824
12824
|
if (e.altKey || e.shiftKey || e.ctrlKey) return;
|
|
12825
12825
|
|
|
12826
|
-
|
|
12826
|
+
e.preventDefault();
|
|
12827
12827
|
|
|
12828
12828
|
if (e.originalEvent.deltaY > 0) {
|
|
12829
12829
|
//this.#owner.pageDown();
|
package/dist/bundle.esm.js
CHANGED
|
@@ -12821,7 +12821,7 @@ class ngCellManager
|
|
|
12821
12821
|
|
|
12822
12822
|
if (e.altKey || e.shiftKey || e.ctrlKey) return;
|
|
12823
12823
|
|
|
12824
|
-
|
|
12824
|
+
e.preventDefault();
|
|
12825
12825
|
|
|
12826
12826
|
if (e.originalEvent.deltaY > 0) {
|
|
12827
12827
|
//this.#owner.pageDown();
|
package/package.json
CHANGED