ninegrid2 6.379.0 → 6.380.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/aiMessage.js +1 -1
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/package.json +1 -1
- package/src/ai/aiMessage.js +1 -1
package/dist/ai/aiMessage.js
CHANGED
package/dist/bundle.cjs.js
CHANGED
|
@@ -27603,7 +27603,7 @@ class aiChat extends HTMLElement
|
|
|
27603
27603
|
|
|
27604
27604
|
setTimeout(() => {
|
|
27605
27605
|
el.scrollIntoView({ behavior: "smooth", block: "end" });
|
|
27606
|
-
});
|
|
27606
|
+
}, 1000);
|
|
27607
27607
|
};
|
|
27608
27608
|
}
|
|
27609
27609
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -27601,7 +27601,7 @@ class aiChat extends HTMLElement
|
|
|
27601
27601
|
|
|
27602
27602
|
setTimeout(() => {
|
|
27603
27603
|
el.scrollIntoView({ behavior: "smooth", block: "end" });
|
|
27604
|
-
});
|
|
27604
|
+
}, 1000);
|
|
27605
27605
|
};
|
|
27606
27606
|
}
|
|
27607
27607
|
|
package/package.json
CHANGED