Files
Miguel Ángel f6202d34af fix(studio): preserve bare text nodes in mixed-content elements
collectDomEditTextFields only captured child HTML elements, ignoring
bare text nodes. For elements like:
  <div class="headline">If you're <span>turning 65</span> soon...</div>
only the <span> was collected as a text field. When commitDomTextFields
serialized back, "If you're " and " soon..." were lost.

Now walks childNodes and creates text-node fields for bare text nodes
alongside child element fields. serializeDomEditTextFields emits bare
text for text-node fields, preserving the complete mixed content.
2026-05-16 00:02:35 -07:00
..
2026-05-15 21:25:26 -07:00
2026-05-15 21:25:26 -07:00
2026-05-15 21:25:26 -07:00
2026-05-15 21:25:26 -07:00
2026-05-15 21:25:26 -07:00
2026-05-15 21:25:26 -07:00