ninegrid2 6.844.0 → 6.845.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.
@@ -121233,7 +121233,7 @@ class nxSplitter extends HTMLElement {
121233
121233
  const left = e.clientX - parentRect.left + totalPadding;
121234
121234
  const top = e.clientY - parentRect.top + paddingTop;
121235
121235
 
121236
- console.log("3------", left, top);
121236
+ console.log("5------", left, top);
121237
121237
 
121238
121238
  // 방향별 위치 설정
121239
121239
  if (this.#mode === "h") {
@@ -121229,7 +121229,7 @@ class nxSplitter extends HTMLElement {
121229
121229
  const left = e.clientX - parentRect.left + totalPadding;
121230
121230
  const top = e.clientY - parentRect.top + paddingTop;
121231
121231
 
121232
- console.log("3------", left, top);
121232
+ console.log("5------", left, top);
121233
121233
 
121234
121234
  // 방향별 위치 설정
121235
121235
  if (this.#mode === "h") {
@@ -88,7 +88,7 @@ class nxSplitter extends HTMLElement {
88
88
  const left = e.clientX - parentRect.left + totalPadding;
89
89
  const top = e.clientY - parentRect.top + paddingTop;
90
90
 
91
- console.log("3------", left, top);
91
+ console.log("5------", left, top);
92
92
 
93
93
  // 방향별 위치 설정
94
94
  if (this.#mode === "h") {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.844.0",
4
+ "version": "6.845.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -88,7 +88,7 @@ class nxSplitter extends HTMLElement {
88
88
  const left = e.clientX - parentRect.left + totalPadding;
89
89
  const top = e.clientY - parentRect.top + paddingTop;
90
90
 
91
- console.log("3------", left, top);
91
+ console.log("5------", left, top);
92
92
 
93
93
  // 방향별 위치 설정
94
94
  if (this.#mode === "h") {