mirror of
https://github.com/flarum/core.git
synced 2025-07-15 13:56:23 +02:00
Don't push bidi function to DOM (#2602)
This commit is contained in:
@ -38,6 +38,8 @@ function bidi(node, prop) {
|
||||
node.attrs.value = prop();
|
||||
}
|
||||
|
||||
node.attrs.bidi = null;
|
||||
|
||||
return node;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user