mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 20:22:31 +08:00
Don't push bidi function to DOM (#2602)
This commit is contained in:
parent
e7aed89e8f
commit
122a99b51e
|
@ -38,6 +38,8 @@ function bidi(node, prop) {
|
||||||
node.attrs.value = prop();
|
node.attrs.value = prop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
node.attrs.bidi = null;
|
||||||
|
|
||||||
return node;
|
return node;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user