We’ll see what we can do, although it might be tricky to get it just right as often you want to just highlight (or drag) the Component, not edit the text
As aside note: I see in your example you’re using a custom class of “mybutton” - you really need to be using tailwind classes. I know you are probably just messing around with things, but you really need to lean into using Tailwind!
And by using the Tailwind classes, it gives you a nice button that uses the built-in theme studio (colours and font), and this means users have a unified way of controlling its look.
When clicking on an @text element - definitely want to edit it.
Don’t worry about classes in my examples I’m trying to keep code simple to focus you in on the problem
Oh, might as well mention again that @text really needs to be raw text only as using it on any other tags mutates p tags in there which is not good.