라이브 편집 인용과 멀티라인 입력 보정

This commit is contained in:
2026-06-05 10:50:56 +09:00
parent 09b6c51048
commit 56a2c23471
9 changed files with 121 additions and 16 deletions

View File

@@ -88,6 +88,7 @@ const onBodyCommit = (body) => {
*/
const onBodyInput = (body) => {
liveBody.value = body
commitCodeBlock(body)
}
/**