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