ninegrid2 6.568.0 → 6.569.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.
@@ -344,8 +344,8 @@ class aiContainer extends HTMLElement
344
344
 
345
345
  /** setTimeout 없으면, 맥에서 한글 잔상이 남음 */
346
346
  setTimeout(() => {
347
- console.log(e.target);
348
- e.target.value = "";
347
+ console.log(question);
348
+ this.shadowRoot.querySelector("textarea").value = "";
349
349
  });
350
350
 
351
351
  const elAiChat = this.shadowRoot.querySelector("nx-ai-chat");
@@ -54491,8 +54491,8 @@ class aiContainer extends HTMLElement
54491
54491
 
54492
54492
  /** setTimeout 없으면, 맥에서 한글 잔상이 남음 */
54493
54493
  setTimeout(() => {
54494
- console.log(e.target);
54495
- e.target.value = "";
54494
+ console.log(question);
54495
+ this.shadowRoot.querySelector("textarea").value = "";
54496
54496
  });
54497
54497
 
54498
54498
  const elAiChat = this.shadowRoot.querySelector("nx-ai-chat");
@@ -54489,8 +54489,8 @@ class aiContainer extends HTMLElement
54489
54489
 
54490
54490
  /** setTimeout 없으면, 맥에서 한글 잔상이 남음 */
54491
54491
  setTimeout(() => {
54492
- console.log(e.target);
54493
- e.target.value = "";
54492
+ console.log(question);
54493
+ this.shadowRoot.querySelector("textarea").value = "";
54494
54494
  });
54495
54495
 
54496
54496
  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.569.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -344,8 +344,8 @@ class aiContainer extends HTMLElement
344
344
 
345
345
  /** setTimeout 없으면, 맥에서 한글 잔상이 남음 */
346
346
  setTimeout(() => {
347
- console.log(e.target);
348
- e.target.value = "";
347
+ console.log(question);
348
+ this.shadowRoot.querySelector("textarea").value = "";
349
349
  });
350
350
 
351
351
  const elAiChat = this.shadowRoot.querySelector("nx-ai-chat");