mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-16 21:58:25 +00:00
Merge pull request #815 from Demonthos/fix-interpreter-remove-attribute
fix removing attributes in web sledgehammer bindings
This commit is contained in:
commit
d0fb05385a
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ mod js {
|
|||
}
|
||||
fn remove_attribute(id: u32, field: &str<u8, attr>, ns: &str<u8, ns_cache>) {
|
||||
r#"{name = $field$;
|
||||
node = this.nodes[$id$];
|
||||
node = nodes[$id$];
|
||||
if (ns == "style") {
|
||||
node.style.removeProperty(name);
|
||||
} else if (ns !== null && ns !== undefined && ns !== "") {
|
||||
|
|
Loading…
Add table
Reference in a new issue