라이브 코드 블록 패널 상태 수정

This commit is contained in:
2026-06-09 15:59:51 +09:00
parent 4b18ee78f0
commit e6669439f3
9 changed files with 49 additions and 31 deletions

View File

@@ -1980,6 +1980,9 @@ const onPreviewInsertAfterLine = ({ afterLine, lines, focusLine }) => {
].join('\n')
activeLogicalLineIndex.value = nextFocusLine
isBlockPanelEngaged.value = false
lastStableBlockContext.value = null
syncBlockPanelState()
nextTick(() => {
previewRendererRef.value?.focusEditableAtLine(nextFocusLine, 0, 'start')