mirror of
https://github.com/maputnik/editor.git
synced 2026-01-06 13:30:03 +00:00
Lint fix.
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user