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.
2 parents a5f9122 + 4adac35 commit 8f89613Copy full SHA for 8f89613
bricks/advanced/src/workbench-layout-v2/index.tsx
@@ -420,6 +420,7 @@ export const EoWorkbenchLayoutComponent = forwardRef<
420
isResizable={false}
421
isDraggable={isEdit}
422
isDroppable={isEdit}
423
+ compactType="vertical"
424
// onDrag={handleDragCallback}
425
onDropDragOver={() => {
426
if (draggingComponentRef.current) {
0 commit comments