teodor-new-chat-ui 4.3.242 → 4.3.244
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/index.esm.js +0 -4
- package/dist/index.umd.js +10 -10
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -4061,10 +4061,6 @@ function Xx({
|
|
|
4061
4061
|
async (ce, fe) => {
|
|
4062
4062
|
const he = V.current, ze = (ce == null ? void 0 : ce.text) ?? "";
|
|
4063
4063
|
if (!he && !ze) return;
|
|
4064
|
-
if (!he) {
|
|
4065
|
-
await Z("New Chat");
|
|
4066
|
-
return;
|
|
4067
|
-
}
|
|
4068
4064
|
const { contentParts: De } = await wx(
|
|
4069
4065
|
c,
|
|
4070
4066
|
(ce == null ? void 0 : ce.attachments) ?? []
|