When an element is placed inside a query loop, removing or resetting styling values does not immediately update the builder preview.
This appears to affect all styling controls, including background colors, typography settings, and other CSS-related controls.
Steps to reproduce:
-
Insert a Div element and enable a query loop on it.
-
Add a Basic Text element inside the Div.
-
Apply any styling to the Basic Text element, such as a background color or typography setting.
-
Remove or reset the styling value.
Actual behavior:
The builder preview retains the previously applied styling.
Refreshing the builder updates the preview correctly and removes the styling.
Expected behavior:
Removing or resetting a styling value should immediately update the builder preview without requiring a reload.