Please see code analysis at
https://github.com/maputnik/editor/issues/821#issuecomment-1772360990
This commit is contained in:
zstadler 2023-10-20 18:01:20 +03:00 committed by GitHub
parent 393f4a38b9
commit 577663f706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",