Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address 5737 by switching from
MouseTrigger.Click
to `MouseTrigger.…
…MouseDown` because VSCode Notebook Editor eats `onClick` events. (#5834) ### Description This PR addresses #5737 by switching the mouse trigger of `ActionBarButton`s from `MouseTrigger.Click` to `MouseTrigger.MouseDown`. This was necessitated because the VSCode Notebook Editor eats `onClick` events. ### QA Notes None at the moment.
- Loading branch information