Skip to content

Commit 7dbd3e3

Browse files
author
xwj02155382
committed
fix: adjust draw-pattern editor params
1 parent b944e91 commit 7dbd3e3

File tree

1 file changed

+0
-3
lines changed
  • packages/studio-draw-pattern/src/components/QuickStart

1 file changed

+0
-3
lines changed

packages/studio-draw-pattern/src/components/QuickStart/Preview.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,8 @@ export const Preview = () => {
5959
<div style={{ backgroundColor: 'white', height: '100%', flexGrow: '1' }}>
6060
<GraphProvider>
6161
<GraphEditor
62-
showControl={false}
63-
showMinimap={false}
6462
isPreview={true}
6563
nodesDraggable={true}
66-
showDefaultBtn={false}
6764
defaultEdges={previewGraph?.edges}
6865
defaultNodes={updatePositionNode}
6966
onSelectionChange={handleSelectionChange}

0 commit comments

Comments
 (0)