mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 16:51:20 +01:00
Revert "Use replaceAccessTokens in onStyleChanged"
This commit is contained in:
parent
7ab4b2481c
commit
04531b4305
1 changed files with 1 additions and 5 deletions
|
@ -258,10 +258,6 @@ export default class App extends React.Component {
|
|||
|
||||
this.revisionStore.addRevision(newStyle)
|
||||
if(save) this.saveStyle(newStyle)
|
||||
this.setState({
|
||||
mapStyle: style.replaceAccessTokens(newStyle, {allowFallback: true}),
|
||||
})
|
||||
this.fetchSources()
|
||||
this.setState({
|
||||
mapStyle: newStyle,
|
||||
errors: [],
|
||||
|
@ -270,9 +266,9 @@ export default class App extends React.Component {
|
|||
this.setState({
|
||||
errors: errors.map(err => err.message)
|
||||
})
|
||||
this.fetchSources()
|
||||
}
|
||||
|
||||
this.fetchSources();
|
||||
}
|
||||
|
||||
onUndo = () => {
|
||||
|
|
Loading…
Reference in a new issue