mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 01:15:47 +01:00
🐛 Fix issues with gridstack
This commit is contained in:
@@ -34,8 +34,8 @@ export function WrapperContent({ apps, refs, widgets }: WrapperContentProps) {
|
||||
key={app.id}
|
||||
itemRef={refs.items.current[app.id]}
|
||||
{...tile}
|
||||
{...app.shape[shapeSize]?.location}
|
||||
{...app.shape[shapeSize]?.size}
|
||||
{...(app.shape[shapeSize]?.location ?? {})}
|
||||
{...(app.shape[shapeSize]?.size ?? {})}
|
||||
>
|
||||
<TileComponent className="grid-stack-item-content" app={app} />
|
||||
</GridstackTileWrapper>
|
||||
|
||||
Reference in New Issue
Block a user