사이트 설정 관리 추가
This commit is contained in:
@@ -417,14 +417,6 @@ const normalizeTrailingTextBlock = () => {
|
||||
|
||||
isNormalizingTrailingBlock.value = true
|
||||
|
||||
while (
|
||||
editorBlocks.value.length > 1
|
||||
&& isBlankParagraphBlock(editorBlocks.value.at(-1))
|
||||
&& isBlankParagraphBlock(editorBlocks.value.at(-2))
|
||||
) {
|
||||
editorBlocks.value.pop()
|
||||
}
|
||||
|
||||
if (!isBlankParagraphBlock(editorBlocks.value.at(-1))) {
|
||||
editorBlocks.value.push(createEditorBlock('paragraph'))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user