Skip to content

Commit

Permalink
Submenu contribution to editor/title and view/title not working #12706
Browse files Browse the repository at this point in the history
* fix icons in toolbar
  • Loading branch information
jfaltermeier committed Aug 8, 2023
1 parent 4bc88f0 commit cee36ca
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ export class TabBarToolbar extends ReactWidget {
if (this.commandIsToggled(item.command)) {
classNames.push('toggled');
}
} else {
if (this.isEnabled(item)) {
classNames.push('enabled');
}
}
return classNames;
}
Expand Down

0 comments on commit cee36ca

Please sign in to comment.