Skip to content

Commit

Permalink
fix(example): no bg for basic example
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Oct 8, 2019
1 parent 77faa36 commit 48e9a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/basic/scripts/ExampleGraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class App extends PureComponent {
onConnect={this.onConnect}
onNodeDragStop={onNodeDragStop}
style={{ width: '100%', height: '100%' }}
showBackground={false}
/>
);
}
Expand Down

0 comments on commit 48e9a8e

Please sign in to comment.