Skip to content

Commit

Permalink
feat: don't close chat window on reset (#427)
Browse files Browse the repository at this point in the history
fixes #422
  • Loading branch information
ellvix authored Mar 6, 2024
1 parent 2bc0fb8 commit 2a3d6af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,6 @@ class ChatLLM {
document.getElementById('reset_chatLLM'),
'click',
function (e) {
chatLLM.Toggle(false);
chatLLM.ResetChatHistory();
},
]);
Expand Down

0 comments on commit 2a3d6af

Please sign in to comment.