vaheqelyan / svelte-grid

A responsive, draggable and resizable grid layout, for Svelte.
https://svelte-grid.now.sh/
MIT License
948 stars 57 forks source link

Bug: It's possible to resize items outside the bounds of the grid #63

Closed benwoodward closed 3 years ago

benwoodward commented 3 years ago

If the right edge is on the edge of the grid, and the item is sized below it's maximum width then it's possible to resize the item outside of the grid boundary:

image

Experiencing this in 3.5.0.

vaheqelyan commented 3 years ago

should be fixed in v3.5.1

vaheqelyan commented 3 years ago

feel free to reopen

benwoodward commented 3 years ago

Your update solved the problem. 👌🏻