feat(editor): add gridSize and showGrid params

This commit is contained in:
moklick
2019-10-07 21:58:22 +02:00
parent 2eda8134a8
commit e146a63be8
5 changed files with 25 additions and 9 deletions

View File

@@ -61,6 +61,7 @@ class App extends PureComponent {
onConnect={this.onConnect}
onNodeDragStop={onNodeDragStop}
style={{ width: '100%', height: '100%' }}
showGrid={false}
/>
);
}