Hello,
The insertion of element depends entirely on which element is selected in App Structure and what are you selecting for the insert position - inside, before or after.
Hi @Teodor, so inserting elements based on where the cursor is placed on code view is not supported, and we should instead refer to the App structure tree? I see, it’s a pity both cannot cohabit.
It’s not quite possible to insert element where the cursor is, as there is no option to add element there unless you click add element button inside the app structure.
I understand the limitation, I can change my habits.
My typical scenario would be to be inspecting the code somewhere, click behind the element I want to add a form after in the code itself, and then go to the app + sign and add an element, such as a form or a button. That’s where I find the code generated on top of the page.
Instead of placing the cursor, I’ll just select the corresponding element on the app tree view, it’s easy enough.