cuire / svelte-grid-extended

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

Grid Container resize observer doesnt work #51

Closed cuire closed 10 months ago

cuire commented 10 months ago

Setting the width and height prevents resize observer calls. And itemSize is not updated.

style={`width: ${containerWidth ? `${containerWidth}px` : '100%'}; 
        height: ${containerHeight ? `${containerHeight}px` : '100%'};`}