Changeset 0.12.0 (#63)
This commit is contained in:
@@ -353,6 +353,7 @@ const UI = {
|
||||
|
||||
el.innerHTML = html;
|
||||
if (typeof runExtensionPostRender === 'function') runExtensionPostRender(el);
|
||||
if (typeof loadAuthImages === 'function') loadAuthImages(el);
|
||||
this._scrollToBottom(true);
|
||||
},
|
||||
|
||||
@@ -420,6 +421,7 @@ const UI = {
|
||||
</div>
|
||||
${!isUser ? _renderToolCallsHTML(msg.tool_calls) : ''}
|
||||
<div class="msg-text">${formatMessage(msg.content)}</div>
|
||||
${typeof renderMessageAttachments === 'function' ? renderMessageAttachments(msgId) : ''}
|
||||
</div>
|
||||
</div>
|
||||
</div>`;
|
||||
|
||||
Reference in New Issue
Block a user