수정 모드 줄바꿈 표식 개선

This commit is contained in:
2026-05-14 17:09:10 +09:00
parent 849e86802f
commit 62e501f8d0
9 changed files with 28 additions and 11 deletions

View File

@@ -405,7 +405,7 @@ const handleParagraphEnter = (event) => {
}
event.preventDefault()
replaceSelection(' \n')
replaceSelection('\\\n')
return true
}