mirror of
https://github.com/maputnik/editor.git
synced 2025-12-28 17:10:01 +00:00
Update sources if they change
This commit is contained in:
@@ -169,7 +169,6 @@ export default class LayerEditor extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
console.log(this.props)
|
||||
const layerType = this.props.layer.type
|
||||
const layoutGroups = layout[layerType].groups.filter(group => {
|
||||
return !(this.props.layer.type === 'background' && group.type === 'source')
|
||||
|
||||
Reference in New Issue
Block a user