diff --git a/dev/Common/Html.js b/dev/Common/Html.js index 8e0206ab3..959286c54 100644 --- a/dev/Common/Html.js +++ b/dev/Common/Html.js @@ -158,9 +158,6 @@ export const delAttribute(name); } }); - result.css = oElement.style.cssText; - replaceWithChildren(oElement); - return; } if (oElement.hasAttributes()) {