mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 03:21:56 +01:00
parent
577663f706
commit
e4d559f953
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 === 'ol',
|
||||
disabled: this.props.renderer !== 'mlgljs',
|
||||
},
|
||||
{
|
||||
id: "filter-deuteranopia",
|
||||
|
|
Loading…
Reference in a new issue