vue-grid-layout
vue-grid-layout copied to clipboard
vue-grid-layout not updating when a method changes the position of a gridItem
Software version : centOs8
- Browser firefox
- Vue Version: ^2.6.10
- vue-grid-layout Version: ^2.3.11
Describe the bug when I change the height of a div inside my grid-item it doesn't update to fit depending of it's internal div, so I use a method to change it's height manualy, but then the item overlays on items under it.
To Reproduce
- create a layout
- make a button that changes height of an item using a method
- add items under it
- the 1rst item will overlay in items under it
Expected behavior vue-grid-layout detects that an element has changed even if it in's from the resizing button on the bottom-right corner
Screenshots

Additional context