feat(editor): add gridSize and showGrid params
This commit is contained in:
@@ -61,6 +61,7 @@ class App extends PureComponent {
|
||||
onConnect={this.onConnect}
|
||||
onNodeDragStop={onNodeDragStop}
|
||||
style={{ width: '100%', height: '100%' }}
|
||||
showGrid={false}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user