deep-chat-dev 9.0.244 → 9.0.246
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/custom-elements.json +3600 -3600
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +1 -1
- package/package.json +1 -1
package/dist/deepChat.js
CHANGED
@@ -3204,7 +3204,7 @@ var te = /*#__PURE__*/function () {
|
|
3204
3204
|
var r;
|
3205
3205
|
(r = this._introPanel) == null || r.hide();
|
3206
3206
|
var s = this.messageElementRefs[this.messageElementRefs.length - 1];
|
3207
|
-
return Be.changeFullViewToSmall(this), te.isTemporaryElement(s) && (this.revealRoleElementsIfTempRemoved(s, t), this.removeLastMessage()), this.createMessageElements(e, t, i);
|
3207
|
+
return Be.changeFullViewToSmall(this), !i && te.isTemporaryElement(s) && (this.revealRoleElementsIfTempRemoved(s, t), this.removeLastMessage()), this.createMessageElements(e, t, i);
|
3208
3208
|
}
|
3209
3209
|
// this can be tested by having an ai message, then a temp ai message with html that submits new user message:
|
3210
3210
|
// https://github.com/OvidijusParsiunas/deep-chat/issues/258
|