라이브 한글 Enter 중복 보정

This commit is contained in:
2026-06-04 15:12:46 +09:00
parent 35b9893eab
commit 648ce5fbab
9 changed files with 43 additions and 11 deletions

View File

@@ -2469,6 +2469,7 @@ onBeforeUnmount(() => {
:model-value="quoteLine.text"
enter-mode="insert-below"
allow-raw-toggle
arrow-exit-creates-line
:raw-line="getMarkdownLine(quoteLine.sourceLine)"
:source-line="quoteLine.sourceLine"
@commit="onQuoteLineInlineCommit(block, quoteLine.sourceIndex, $event)"