🎨 Improve default config for all layout sizes

This commit is contained in:
Meierschlumpf
2023-01-07 23:40:17 +01:00
parent d886bbdaad
commit d333dc87ca
2 changed files with 203 additions and 204 deletions

View File

@@ -33,7 +33,6 @@ export const GridstackTileWrapper = ({
}: GridstackTileWrapperProps) => {
const locationProperties = useLocationProperties(x, y);
const normalizedWidth = width ?? minWidth;
const normalizedHeight = height ?? minHeight;
return (