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

Prevent grid items from moving when dragging another grid item #90

Closed admolofto closed 3 years ago

admolofto commented 3 years ago

Is there a way to turn off the feature where grid items move out of the way when dragging another grid item?

My arranged grid is constantly being disorganized when I try to move anything.

vaheqelyan commented 3 years ago

Sorry but no there is currently no such feature

admolofto commented 3 years ago

Just learned I can set all grid items to fixed and leave draggable and resizable on true to get the same effect. Going to close this.