fix(example): no bg for basic example
This commit is contained in:
@@ -64,6 +64,7 @@ class App extends PureComponent {
|
|||||||
onConnect={this.onConnect}
|
onConnect={this.onConnect}
|
||||||
onNodeDragStop={onNodeDragStop}
|
onNodeDragStop={onNodeDragStop}
|
||||||
style={{ width: '100%', height: '100%' }}
|
style={{ width: '100%', height: '100%' }}
|
||||||
|
showBackground={false}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user