mirror of
https://github.com/flarum/framework.git
synced 2025-03-09 19:55:26 +08:00
Don't push bidi function to DOM (#2602)
This commit is contained in:
parent
7e3b83b4f6
commit
c2e59bb24b
@ -38,6 +38,8 @@ function bidi(node, prop) {
|
||||
node.attrs.value = prop();
|
||||
}
|
||||
|
||||
node.attrs.bidi = null;
|
||||
|
||||
return node;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user