Hi, I found that editing Link URL in custom component’s options (probably also in built-in), and then emptying that field, leaves redundant div.builder-blocks node.
Steps to reproduce:
- type something in that field
- component is wrapped with
<a href="something">- good - clear that field
-
<a>changes to<div>
should remove <a> - component remains wrapped with
<div> - not good - breaks css because of redundant
divtag