Don't push bidi function to DOM (#2602)

This commit is contained in:
Charlie 2021-02-16 14:48:16 -08:00 committed by GitHub
parent e7aed89e8f
commit 122a99b51e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,8 @@ function bidi(node, prop) {
node.attrs.value = prop();
}
node.attrs.bidi = null;
return node;
}