Skip to content

Commit 2a5ca79

Browse files
committed
Fix positional info in attributes on playground
1 parent d586720 commit 2a5ca79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/_asset/editor.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ function cleanUnistNode(node) {
651651
Array.isArray(node.attributes)
652652
) {
653653
for (const attribute of node.attributes) {
654+
removePosition(attribute, {force: true})
654655
cleanUnistNode(attribute)
655656
}
656657
}

0 commit comments

Comments
 (0)