move child component outside root element of a component
Jehex
1 month ago
Hi there, I wrap by mistake why " old " root div with a section element and would like how to move it outside this section root element ( or how delete this section element without deleting everything inside ) Sorry, probably obvious
Jay Campbell
1 month ago
When this happens I usually just copy the div (gets everything inside it), delete everything, then paste again.
Don’t think there’s another way to do it currently.