Fix Sidebar & Mouse event target area

Fix clipboard
Fix invalid state in sidebar due to missing event termination
This commit is contained in:
Thomas Nordquist
2019-01-10 10:34:09 +01:00
parent 269061bdc8
commit eb375073f9
11 changed files with 111 additions and 60 deletions

View File

@@ -91,7 +91,7 @@ class App extends React.Component<Props, State> {
}} />
</div>
<div style={this.getStyles().right}>
<Sidebar node={this.state.selectedNode} />
<Sidebar />
</div>
</div>
</div>