Skip to content

Commit

Permalink
Resolve #821 (#822)
Browse files Browse the repository at this point in the history
Please see code analysis at
#821 (comment)
  • Loading branch information
zstadler authored Oct 20, 2023
1 parent 393f4a3 commit 577663f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppToolbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 577663f

Please sign in to comment.