mirror of
https://github.com/maputnik/editor.git
synced 2026-01-06 05:20:01 +00:00
Added ability to switch to layer from global error panel.
This commit is contained in:
@@ -732,6 +732,7 @@ export default class App extends React.Component {
|
||||
/> : null
|
||||
|
||||
const bottomPanel = (this.state.errors.length + this.state.infos.length) > 0 ? <MessagePanel
|
||||
onLayerSelect={this.onLayerSelect}
|
||||
mapStyle={this.state.mapStyle}
|
||||
errors={this.state.errors}
|
||||
infos={this.state.infos}
|
||||
|
||||
Reference in New Issue
Block a user