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

@@ -118,8 +118,7 @@ class Tree extends React.Component<Props, TreeState> {
name="/"
collapsed={false}
key="rootNode"
lastUpdate={0}
performanceCallback={this.performanceCallback}
lastUpdate={this.state.tree.lastUpdate}
/>
</Typography>
)