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