mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
Fix typo is style tag removal (#2220)
This commit is contained in:
parent
d45a71ba54
commit
aca38e6a34
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ mod js {
|
|||
break;
|
||||
}
|
||||
} else if (ns == "style") {
|
||||
node.style.removeProperty(name);
|
||||
node.style.removeProperty(field);
|
||||
} else {
|
||||
node.removeAttributeNS(ns, field);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue