Skip to content

Commit bd56682

Browse files
committed
fix: missing data-cslp tag of array
1 parent 1abd612 commit bd56682

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/entry-editable.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ function getTag(content: object, prefix: string, tagsAsObject: boolean, locale:
2727
}else {
2828
if (value) {
2929
value.$ = getTag(value, `${prefix}.${key}`, tagsAsObject, locale)
30-
tags[key] = getTagsValue(`${prefix}.${key}`, tagsAsObject)
31-
3230
}
3331
}
32+
tags[key] = getTagsValue(`${prefix}.${key}`, tagsAsObject)
3433
break;
3534
default:
3635
tags[key] = getTagsValue(`${prefix}.${key}`, tagsAsObject)

0 commit comments

Comments
 (0)