eclipse-sirius / sirius-web

Sirius Web: open-source low-code platform to define custom web applications supporting your specific visual languages
https://eclipse.dev/sirius/sirius-web.html
Eclipse Public License 2.0
81 stars 52 forks source link

Border nodes can not be resized anymore #4152

Open pcdavid opened 3 weeks ago

pcdavid commented 3 weeks ago

Here I have a border node configured to be resizable in both directions (the default). The resize handles are visible when it is selected, but it's actually impossible to change its size:

https://github.com/user-attachments/assets/e8c14892-8fc0-47db-9064-82f698b9a490

frouene commented 3 weeks ago

I don't have history of why this was implemented like that, but this limitation is hard-coded in the Resizer component: shouldResize={() => !data.isBorderNode}