We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4541581 commit af62b28Copy full SHA for af62b28
sandbox/test.ts
@@ -8,7 +8,7 @@ export const testData: TLayout = [
8
w: 1,
9
x: 0,
10
y: 0,
11
- isDraggable: false,
+ isDraggable: true,
12
isResizable: false,
13
},
14
{
@@ -162,6 +162,18 @@ export const testDataOne: TLayout = [
162
}
163
]
164
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
+
177
export const testDataThree = [
178
179
"name": "TaskOpener",
0 commit comments