fix(example): no bg for basic example

This commit is contained in:
moklick
2019-10-08 18:50:32 +02:00
parent 77faa369d4
commit 48e9a8e75a

View File

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