Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pearone committed Dec 6, 2023
1 parent d57e2b7 commit 44cf17a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/example/default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const DefaultLayout = () => {
w: 4,
h: 10,
i: '1',
// is_sticky: true,
is_sticky: true,
is_resizable: true,
is_draggable: true,
type: WidgetType.grid,
Expand Down Expand Up @@ -641,7 +641,7 @@ const DefaultLayout = () => {
LayoutType.GRID
}
mode={LayoutMode.edit}
container_padding={[10]}
container_padding={[0]}
row_height={50}
cols={8}
item_margin={[10, 10]}
Expand Down

0 comments on commit 44cf17a

Please sign in to comment.