node-projects / web-component-designer

A Designer for HTML Components or Pages in a WebComponent
https://node-projects.github.io/web-component-designer-demo/index.html
MIT License
140 stars 16 forks source link

DragTitleExtension does not work with mirrored elements #345

Open jogibear9988 opened 1 year ago

jogibear9988 commented 1 year ago

Try this code:

  <div id style="position:absolute;left:101px;top:72px;width:74px;height:35px;transform:scaleX(-0.5);">ABCD</div>

Looks like this:

image