redfernstech commited on
Commit
a91d3d2
·
verified ·
1 Parent(s): e50be3f

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -239,7 +239,7 @@ async function sendMessage() {
239
  typingIndicator.id = "typing-indicator";
240
  typingIndicator.innerText = "Clara is typing...";
241
  chatHistory.appendChild(typingIndicator);
242
- chatHistory.scrollTop = chatHistory.scrollHeight; // Scroll to bottom
243
  }
244
 
245
  function hideTypingIndicator() {
 
239
  typingIndicator.id = "typing-indicator";
240
  typingIndicator.innerText = "Clara is typing...";
241
  chatHistory.appendChild(typingIndicator);
242
+ chatHistory.scrollTop = chatHistory.scrollHeight;
243
  }
244
 
245
  function hideTypingIndicator() {