We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StatusBar's onClick event stopped working with the latest change in this commit
theia/packages/core/src/browser/status-bar/status-bar.tsx
Line 175 in 64d193d
const id = "show-running-tasks"; this.statusBar.setElement(id, { text: `testing : progress in status`, tooltip: "testing : progress in status", alignment: StatusBarAlignment.LEFT, priority: 2, onclick: () => this.messageService.info("Test status bar"), });
yarn start:browser
Show running progress
testing : progress in status
The text was updated successfully, but these errors were encountered:
onclick
Successfully merging a pull request may close this issue.
Bug Description:
StatusBar's onClick event stopped working with the latest change in this commit
theia/packages/core/src/browser/status-bar/status-bar.tsx
Line 175 in 64d193d
Steps to Reproduce:
yarn start:browser
Show running progress
testing : progress in status
Additional Information
The text was updated successfully, but these errors were encountered: