mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 08:37:44 +01:00
Lint fix.
This commit is contained in:
parent
4e3b395b3d
commit
a958ec943b
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ export default class MapboxGlMap extends React.Component {
|
|||
|
||||
if(this.props.inspectModeEnabled !== prevProps.inspectModeEnabled) {
|
||||
// HACK: Fix for <https://github.com/maputnik/editor/issues/576>, while we wait for a proper fix.
|
||||
// eslint-disable-next-line
|
||||
this.state.inspect._popupBlocked = false;
|
||||
this.state.inspect.toggleInspector()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue