Skip to content

Commit

Permalink
Fix typo is style tag removal (#2220)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp authored Apr 1, 2024
1 parent d45a71b commit aca38e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interpreter/src/unified_bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ mod js {
break;
}
} else if (ns == "style") {
node.style.removeProperty(name);
node.style.removeProperty(field);
} else {
node.removeAttributeNS(ns, field);
}
Expand Down

0 comments on commit aca38e6

Please sign in to comment.