메뉴 관리 기능 추가
This commit is contained in:
@@ -1053,7 +1053,6 @@ const activateBlock = (block) => {
|
||||
* @returns {boolean} placeholder 표시 여부
|
||||
*/
|
||||
const shouldShowPlaceholder = (block, index) => !block.text && (
|
||||
activeBlockId.value === block.id ||
|
||||
(index === 0 && editorBlocks.value.length === 1) ||
|
||||
index === editorBlocks.value.length - 1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user