Add proper copy to clipboard

This commit is contained in:
Thomas Nordquist
2019-01-07 12:24:01 +01:00
parent e2192b11c7
commit d6a245893a
5 changed files with 22 additions and 15 deletions

View File

@@ -91,7 +91,12 @@ export class Tree extends React.Component<Props, TreeState> {
}
public render() {
return <Typography>
const style: React.CSSProperties = {
lineHeight: '1.1',
cursor: 'default',
}
return <Typography style={ style }>
<TreeNode
animateChages={true}
autoExpandLimit={3000}