mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 14:37:27 +00:00
Work on selecting source type before adding
This commit is contained in:
@@ -113,8 +113,7 @@ export default class Toolbar extends React.Component {
|
||||
<SourcesModal
|
||||
mapStyle={this.props.mapStyle}
|
||||
onStyleChanged={this.props.onStyleChanged}
|
||||
//isOpen={this.state.openSourcesModal}
|
||||
isOpen={true}
|
||||
isOpen={this.state.openSourcesModal}
|
||||
toggle={() => this.toggleSources.bind(this)}
|
||||
/>
|
||||
<ToolbarAction style={{
|
||||
|
||||
Reference in New Issue
Block a user