From 48e9a8e75a20a5a790d3ffd26fc29f097d7a3f16 Mon Sep 17 00:00:00 2001 From: moklick Date: Tue, 8 Oct 2019 18:50:32 +0200 Subject: [PATCH] fix(example): no bg for basic example --- examples/basic/scripts/ExampleGraph.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/basic/scripts/ExampleGraph.js b/examples/basic/scripts/ExampleGraph.js index 4e6282bc..9b98b7bd 100644 --- a/examples/basic/scripts/ExampleGraph.js +++ b/examples/basic/scripts/ExampleGraph.js @@ -64,6 +64,7 @@ class App extends PureComponent { onConnect={this.onConnect} onNodeDragStop={onNodeDragStop} style={{ width: '100%', height: '100%' }} + showBackground={false} /> ); }