lr-chatbot 0.19.6 → 0.19.7
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/index.js +2 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -22211,6 +22211,7 @@ let zt = class extends me {
|
|
|
22211
22211
|
super(...arguments), this.upActive = !1, this.downActive = !1, this.score = (t = this.messageContext) == null ? void 0 : t.score;
|
|
22212
22212
|
}
|
|
22213
22213
|
async toggleButton(t, r) {
|
|
22214
|
+
t.preventDefault(), t.stopPropagation();
|
|
22214
22215
|
const e = t.target;
|
|
22215
22216
|
e.loading = !0;
|
|
22216
22217
|
try {
|
|
@@ -22578,7 +22579,7 @@ let At = class extends me {
|
|
|
22578
22579
|
Bn(this, oi, t);
|
|
22579
22580
|
}
|
|
22580
22581
|
getVersion() {
|
|
22581
|
-
return "LR Chatbot - 0.19.
|
|
22582
|
+
return "LR Chatbot - 0.19.7";
|
|
22582
22583
|
}
|
|
22583
22584
|
async connectedCallback() {
|
|
22584
22585
|
super.connectedCallback(), this._conversationHistoryTask.run();
|