Skip to content

Commit

Permalink
Merge f424790 into 8e317bc
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Jun 4, 2019
2 parents 8e317bc + f424790 commit d27af47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapbox/mapbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export default class Mapbox {
// Step3: update style and call onload again
if (props.mapStyle) {
this._map.setStyle(props.mapStyle, {
diff: true
diff: false
});
}

Expand Down

0 comments on commit d27af47

Please sign in to comment.