ninegrid2 6.840.0 → 6.842.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.
@@ -121217,6 +121217,8 @@ class nxSplitter extends HTMLElement {
121217
121217
  el = el.offsetParent;
121218
121218
  }
121219
121219
 
121220
+ console.log(totalPadding, e.clientX, parentRect.left);
121221
+
121220
121222
  const left = e.clientX - parentRect.left + totalPadding;
121221
121223
  const top = e.clientY - parentRect.top + paddingTop;
121222
121224
 
@@ -121213,6 +121213,8 @@ class nxSplitter extends HTMLElement {
121213
121213
  el = el.offsetParent;
121214
121214
  }
121215
121215
 
121216
+ console.log(totalPadding, e.clientX, parentRect.left);
121217
+
121216
121218
  const left = e.clientX - parentRect.left + totalPadding;
121217
121219
  const top = e.clientY - parentRect.top + paddingTop;
121218
121220
 
@@ -72,6 +72,8 @@ class nxSplitter extends HTMLElement {
72
72
  el = el.offsetParent;
73
73
  }
74
74
 
75
+ console.log(totalPadding, e.clientX, parentRect.left);
76
+
75
77
  const left = e.clientX - parentRect.left + totalPadding;
76
78
  const top = e.clientY - parentRect.top + paddingTop;
77
79
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.840.0",
4
+ "version": "6.842.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -72,6 +72,8 @@ class nxSplitter extends HTMLElement {
72
72
  el = el.offsetParent;
73
73
  }
74
74
 
75
+ console.log(totalPadding, e.clientX, parentRect.left);
76
+
75
77
  const left = e.clientX - parentRect.left + totalPadding;
76
78
  const top = e.clientY - parentRect.top + paddingTop;
77
79