mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 00:20:00 +00:00
Support different source types
This commit is contained in:
@@ -113,8 +113,8 @@ 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}
|
||||
isOpen={true}
|
||||
toggle={() => this.toggleSources.bind(this)}
|
||||
/>
|
||||
<ToolbarAction style={{
|
||||
|
||||
Reference in New Issue
Block a user