Link URL leaves unnecessary wrapper <div>

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 image
  • component is wrapped with <a href="something"> - good
  • clear that field
  • <a> changes to <div> :point_right: should remove <a>
  • component remains wrapped with <div>
  • not good - breaks css because of redundant div tag

Thanks for reaching out! I’m going to pass this information to our dev team to investigate the issue.