공개 상세 경로와 새 글 에디터 보정
This commit is contained in:
@@ -881,7 +881,7 @@ watch(() => props.modelValue, (value) => {
|
||||
|
||||
const currentValue = serializeBlocks()
|
||||
|
||||
if (value === currentValue) {
|
||||
if (value === currentValue && editorBlocks.value.length) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user