katoid / angular-grid-layout

Responsive grid with draggable and resizable items for Angular applications.
https://katoid.github.io/angular-grid-layout
MIT License
462 stars 61 forks source link

fix(grid-component): improve end of drag events of the grid elements #102

Closed jvquarck closed 1 year ago

jvquarck commented 1 year ago

Improve end of drag events of the grid elements, basically animate over other elements fixes #6

also related to #5

As mentioned in those issues, I followed the angular components' approach and adjusted it. It should be leak-friendly and ecologically sustainable :-)

llorenspujol commented 1 year ago

LGTM! 👏

FYI, I added one commit with minor changes, including some comments and one naming change.

To merge these changes into the default branch, it would be nice if you could squash both commits into one. After that, it will be ready to merge! 🚀