swiety85 / angular2gridster

Angular implementation of well known Gridster (no jQuery, no external libraries, only Angular and Rx.js).
https://swiety85.github.io/angular2gridster/
MIT License
203 stars 75 forks source link

Fix for resizing items using the north handle #415

Open schiem opened 2 years ago

schiem commented 2 years ago

Adds a function call to update the element position, similar to resizing using the west handle.

Also renames updateElemenetPosition() to updateElementPosition(), fixing a typo.

Fixes #414