fix(bgTypes): add bg types to bg renderer #19

This commit is contained in:
moklick
2019-10-09 17:23:02 +02:00
parent 6726a3bbaa
commit 477cc09927
4 changed files with 8 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ class App extends PureComponent {
onConnect={params => this.onConnect(params)}
onNodeDragStop={onNodeDragStop}
style={{ width: '100%', height: '100%' }}
showBackground={false}
backgroundType="lines"
/>
);
}