Group layers #66

This commit is contained in:
Lukas Martinelli
2017-01-11 17:52:21 +01:00
parent 76d2d06e77
commit d0f047d88a
6 changed files with 142 additions and 38 deletions
-4
View File
@@ -80,10 +80,6 @@ class LayerListItem extends React.Component {
reactIconBase: React.PropTypes.object
}
constructor(props) {
super(props)
}
getChildContext() {
return {
reactIconBase: { size: 14 }