Wappler editor: "Insert before" is flawed

Wappler v6.0.0-beta3

Wappler editor: Insert before is flawed

image


image

Actual: Conditional region was inserted in children of the before element
Expected: Conditional region was supposed to be inserted in the same hierarchy as Row element (between the Row elements, not inside any of them)

I believe the element is insert correctly, it is above the 2nd row. From the indenting it looks like it is on the same level as the rows and not a child of the first row. The only issue is that it selected the wrong element after the element was inserted. You can verify it by collapsing the rows, it should show that the conditional region is correctly placed.

True, checked in source-code the element is inserted correctly. A missing arrow confuses the untrained eye