minor fix to toggleReplyBox

pull/142/head
Aevann 2023-03-19 15:49:16 +02:00
parent 027ba80e85
commit 11368f8ff9
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ function toggleReplyBox(id) {
text = text.split('> Reply')[0]
text = text.replace(/\*/g,"\\*")
if (ta.value && !ta.value.endsWith('\n')) ta.value += '\n'
ta.value += text
if (!ta.value.endsWith('\n')) ta.value += '\n'
}