Skip to content

Commit af62b28

Browse files
committed
Updated test layout
1 parent 4541581 commit af62b28

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

sandbox/test.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const testData: TLayout = [
88
w: 1,
99
x: 0,
1010
y: 0,
11-
isDraggable: false,
11+
isDraggable: true,
1212
isResizable: false,
1313
},
1414
{
@@ -162,6 +162,18 @@ export const testDataOne: TLayout = [
162162
}
163163
]
164164

165+
export const testDataTwo: TLayout = [
166+
{
167+
i: 1,
168+
h: 2,
169+
w: 1,
170+
x: 2,
171+
y: 0,
172+
isDraggable: false,
173+
isResizable: true,
174+
},
175+
]
176+
165177
export const testDataThree = [
166178
{
167179
"name": "TaskOpener",

0 commit comments

Comments
 (0)