ninegrid2 6.422.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.
@@ -12823,9 +12823,7 @@ class ngCellManager
12823
12823
 
12824
12824
  if (e.altKey || e.shiftKey || e.ctrlKey) return;
12825
12825
 
12826
- //e.preventDefault();
12827
-
12828
- console.log(e);
12826
+ e.preventDefault();
12829
12827
 
12830
12828
  if (e.originalEvent.deltaY > 0) {
12831
12829
  //this.#owner.pageDown();
@@ -12821,9 +12821,7 @@ class ngCellManager
12821
12821
 
12822
12822
  if (e.altKey || e.shiftKey || e.ctrlKey) return;
12823
12823
 
12824
- //e.preventDefault();
12825
-
12826
- console.log(e);
12824
+ e.preventDefault();
12827
12825
 
12828
12826
  if (e.originalEvent.deltaY > 0) {
12829
12827
  //this.#owner.pageDown();
@@ -307,9 +307,7 @@ export class ngCellManager
307
307
 
308
308
  if (e.altKey || e.shiftKey || e.ctrlKey) return;
309
309
 
310
- //e.preventDefault();
311
-
312
- console.log(e)
310
+ e.preventDefault();
313
311
 
314
312
  if (e.originalEvent.deltaY > 0) {
315
313
  //this.#owner.pageDown();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.422.0",
4
+ "version": "6.425.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -307,9 +307,7 @@ export class ngCellManager
307
307
 
308
308
  if (e.altKey || e.shiftKey || e.ctrlKey) return;
309
309
 
310
- //e.preventDefault();
311
-
312
- console.log(e)
310
+ e.preventDefault();
313
311
 
314
312
  if (e.originalEvent.deltaY > 0) {
315
313
  //this.#owner.pageDown();