cuire / svelte-grid-extended

A draggable and resizable grid layout, for Svelte
https://svelte-grid-extended.vercel.app
MIT License
78 stars 9 forks source link

Key item by ID in grid #18

Closed Haxxer closed 1 year ago

Haxxer commented 1 year ago

When updating the items array, the grid items would change because the grid's each loop was not keyed to the grid items' IDs. This PR simply fixes that.

Thanks for the work on this component!

cuire commented 1 year ago

Totally forgot about it in a first place 😥 Thank you.