Skip to content

Commit

Permalink
focus the user question instead of scrolling to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed May 16, 2024
1 parent 7dd63d6 commit f31e961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/AIChatChat.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ class AIChatChat extends HTMLElement {

this.stopProgress();
this.#input.focus();
p.scrollIntoView();
}

/**
Expand Down

0 comments on commit f31e961

Please sign in to comment.