vue-grid-layout icon indicating copy to clipboard operation
vue-grid-layout copied to clipboard

vue-grid-layout not updating when a method changes the position of a gridItem

Open biadzok opened this issue 4 years ago • 0 comments

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

  1. create a layout
  2. make a button that changes height of an item using a method
  3. add items under it
  4. 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 image image

Additional context

biadzok avatar Aug 18 '21 14:08 biadzok