ninegrid2 6.569.0 → 6.570.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/ai/aiContainer.js +5 -2
- package/dist/bundle.cjs.js +5 -2
- package/dist/bundle.esm.js +5 -2
- package/package.json +1 -1
- package/src/ai/aiContainer.js +5 -2
package/dist/ai/aiContainer.js
CHANGED
|
@@ -342,9 +342,12 @@ class aiContainer extends HTMLElement
|
|
|
342
342
|
if (this.#ing) return;
|
|
343
343
|
this.#ing = true;
|
|
344
344
|
|
|
345
|
-
/**
|
|
345
|
+
/**
|
|
346
|
+
* setTimeout 없으면, 맥에서 한글 잔상이 남음
|
|
347
|
+
*/
|
|
348
|
+
console.log(e.target);
|
|
346
349
|
setTimeout(() => {
|
|
347
|
-
console.log(
|
|
350
|
+
console.log(e.target);
|
|
348
351
|
this.shadowRoot.querySelector("textarea").value = "";
|
|
349
352
|
});
|
|
350
353
|
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -54489,9 +54489,12 @@ class aiContainer extends HTMLElement
|
|
|
54489
54489
|
if (this.#ing) return;
|
|
54490
54490
|
this.#ing = true;
|
|
54491
54491
|
|
|
54492
|
-
/**
|
|
54492
|
+
/**
|
|
54493
|
+
* setTimeout 없으면, 맥에서 한글 잔상이 남음
|
|
54494
|
+
*/
|
|
54495
|
+
console.log(e.target);
|
|
54493
54496
|
setTimeout(() => {
|
|
54494
|
-
console.log(
|
|
54497
|
+
console.log(e.target);
|
|
54495
54498
|
this.shadowRoot.querySelector("textarea").value = "";
|
|
54496
54499
|
});
|
|
54497
54500
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -54487,9 +54487,12 @@ class aiContainer extends HTMLElement
|
|
|
54487
54487
|
if (this.#ing) return;
|
|
54488
54488
|
this.#ing = true;
|
|
54489
54489
|
|
|
54490
|
-
/**
|
|
54490
|
+
/**
|
|
54491
|
+
* setTimeout 없으면, 맥에서 한글 잔상이 남음
|
|
54492
|
+
*/
|
|
54493
|
+
console.log(e.target);
|
|
54491
54494
|
setTimeout(() => {
|
|
54492
|
-
console.log(
|
|
54495
|
+
console.log(e.target);
|
|
54493
54496
|
this.shadowRoot.querySelector("textarea").value = "";
|
|
54494
54497
|
});
|
|
54495
54498
|
|
package/package.json
CHANGED
package/src/ai/aiContainer.js
CHANGED
|
@@ -342,9 +342,12 @@ class aiContainer extends HTMLElement
|
|
|
342
342
|
if (this.#ing) return;
|
|
343
343
|
this.#ing = true;
|
|
344
344
|
|
|
345
|
-
/**
|
|
345
|
+
/**
|
|
346
|
+
* setTimeout 없으면, 맥에서 한글 잔상이 남음
|
|
347
|
+
*/
|
|
348
|
+
console.log(e.target);
|
|
346
349
|
setTimeout(() => {
|
|
347
|
-
console.log(
|
|
350
|
+
console.log(e.target);
|
|
348
351
|
this.shadowRoot.querySelector("textarea").value = "";
|
|
349
352
|
});
|
|
350
353
|
|