We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8850d commit f944a7eCopy full SHA for f944a7e
render/render.js
@@ -758,7 +758,7 @@ module.exports = function() {
758
element.style = style
759
} else if (old == null || typeof old !== "object") {
760
// `old` is missing or a string, `style` is an object.
761
- element.style.cssText = ""
+ element.style = ""
762
// Add new style properties
763
for (var key in style) {
764
var value = style[key]
0 commit comments