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