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

Grid width becomes zero when I render it in tabs and do some action that causes resize event.

Open AbdulKadirKhann opened this issue 1 year ago • 1 comments

Software version (please complete the following information):

  • Chrome [114.0.5735.199]
  • Vue Version [2.7.8]
  • vue-grid-layout [e.g. 2.4.0]

Describe the bug I am using vuetify tabs with each tab rendering a grid. I also have drawers in the app. So when I open the drawer and close it, the grid in the inactive tabs gets a width of 0. This breaks the layout.

Expected behavior It should get proper width when there is resize event in inactive tabs.

AbdulKadirKhann avatar Jul 03 '23 15:07 AbdulKadirKhann

Do you have some screenshots?

Miltonbhowmick avatar Jul 17 '23 08:07 Miltonbhowmick