How to make component resizable square

How can I make a component resize like a square? By default I have resizeX and can resize the component fine, but the bounding box adalo draws remains a short rectangle instead of a square (the actual shape the component is resizing itself to)

Did you add resizeY:true in your manifest.json

That allows the bounding box to be resized into any shape of rectangle, but it doesn’t remain square as the component is

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.