fix: format list element boundary error

This commit is contained in:
Hufe921
2024-01-16 20:40:25 +08:00
parent d175f920e8
commit 094af57302
+2 -1
View File
@@ -110,7 +110,8 @@ export function formatElementList(
// 格式化元素 // 格式化元素
const valueList = el.valueList || [] const valueList = el.valueList || []
formatElementList(valueList, { formatElementList(valueList, {
...options ...options,
isHandleFirstElement: true
}) })
// 追加节点 // 追加节点
if (valueList.length) { if (valueList.length) {