neomjs / neo

The application worker driven frontend framework
https://neomjs.com
MIT License
2.83k stars 151 forks source link

plugin.Resizable: onDragStart() => initial proxy position #5623

Closed tobiu closed 1 month ago

tobiu commented 1 month ago

if i remember it right, dialog.Base had a wrapper node, which did get removed later on.

the resizable plugin is not honoring the change yet: the proxy wrapper & content node can both get styles for height, left, top & width, leading to a wrong position.

@ExtAnimal