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 b944e91 commit 7dbd3e3Copy full SHA for 7dbd3e3
packages/studio-draw-pattern/src/components/QuickStart/Preview.tsx
@@ -59,11 +59,8 @@ export const Preview = () => {
59
<div style={{ backgroundColor: 'white', height: '100%', flexGrow: '1' }}>
60
<GraphProvider>
61
<GraphEditor
62
- showControl={false}
63
- showMinimap={false}
64
isPreview={true}
65
nodesDraggable={true}
66
- showDefaultBtn={false}
67
defaultEdges={previewGraph?.edges}
68
defaultNodes={updatePositionNode}
69
onSelectionChange={handleSelectionChange}
0 commit comments