agentgui 1.0.254 → 1.0.255
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/package.json +1 -1
- package/static/js/client.js +2 -0
package/package.json
CHANGED
package/static/js/client.js
CHANGED
|
@@ -2217,6 +2217,8 @@ class AgentGUIClient {
|
|
|
2217
2217
|
this.cacheCurrentConversation();
|
|
2218
2218
|
this.stopChunkPolling();
|
|
2219
2219
|
if (this.renderer.resetScrollState) this.renderer.resetScrollState();
|
|
2220
|
+
this._userScrolledUp = false;
|
|
2221
|
+
this._removeNewContentPill();
|
|
2220
2222
|
var prevId = this.state.currentConversation?.id;
|
|
2221
2223
|
if (prevId && prevId !== conversationId) {
|
|
2222
2224
|
if (this.wsManager.isConnected && !this.state.streamingConversations.has(prevId)) {
|