mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 03:51:56 +01:00
Please see code analysis at https://github.com/maputnik/editor/issues/821#issuecomment-1772360990
This commit is contained in:
parent
393f4a38b9
commit
577663f706
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ export default class AppToolbar extends React.Component {
|
|||
id: "inspect",
|
||||
group: "general",
|
||||
title: "Inspect",
|
||||
disabled: this.props.renderer !== 'mlgljs',
|
||||
disabled: this.props.renderer === 'ol',
|
||||
},
|
||||
{
|
||||
id: "filter-deuteranopia",
|
||||
|
|
Loading…
Reference in a new issue