Skip to content

Commit

Permalink
Fixed improper trimming.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Oct 24, 2023
1 parent ffc3d62 commit 26453a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ const Home = () => {
const mescontent = chatCache + data
.replace(currentInstruct.input_sequence, ``)
.replace(currentInstruct.output_sequence, ``)
.trim()
const newmessage = (createnew) ? createChatEntry(charName, false, "") : messages.at(-1)
newmessage.mes = mescontent
newmessage.swipes[newmessage.swipe_id] = mescontent
Expand Down

0 comments on commit 26453a8

Please sign in to comment.