update markdown preview when quoting

pull/196/head
Aevann 2023-08-29 09:06:02 +03:00
parent b6bc86f61b
commit fa088236b9
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ function toggleReplyBox(t, id) {
if (ta.value && !ta.value.endsWith('\n')) ta.value += '\n'
ta.value += text
if (!ta.value.endsWith('\n')) ta.value += '\n'
markdown(ta);
}
ta.focus()