mirror of
https://github.com/maputnik/editor.git
synced 2026-02-11 23:20:08 +00:00
Update to latest version of inspect
This commit is contained in:
@@ -126,7 +126,6 @@ export default class MapMaplibreGl extends React.Component<MapMaplibreGlProps, M
|
||||
}
|
||||
if (this.state.inspect && this.props.inspectModeEnabled) {
|
||||
this.state.inspect!.setOriginalStyle(this.props.replaceAccessTokens(this.props.mapStyle));
|
||||
this.state.inspect!.render();
|
||||
}
|
||||
if (map) {
|
||||
map.showTileBoundaries = this.props.options?.showTileBoundaries!;
|
||||
|
||||
Reference in New Issue
Block a user