Skip to content

Commit

Permalink
Initial position determination for scroll button
Browse files Browse the repository at this point in the history
  • Loading branch information
Bianca Wentzel committed Feb 10, 2025
1 parent 354c6c7 commit 7d595f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/js/Containers/FrevaGPT/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ class FrevaGPT extends React.Component {
} else {
this.setState({ botOkay: false });
}

this.handleScroll();
}

createNewChat() {
Expand Down

0 comments on commit 7d595f3

Please sign in to comment.