vaheqelyan / svelte-grid

A responsive, draggable and resizable grid layout, for Svelte.

Home Page:https://svelte-grid.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevent grid items from moving when dragging another grid item

admolofto opened this issue · comments

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.

commented

Sorry but no there is currently no such feature

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.