Skip to content
New issue

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

Better checking for command existence in dispatchAction() #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

booch
Copy link

@booch booch commented Mar 6, 2019

Check the command registry, as it includes built-in packages, as well as
packages that haven't been activated yet (but will automatically activate
when their commands are invoked).

I believe this will fix issues #4, #18, #24, #25, and #26. I was able to revert all click handlers to use clickDispatchAction instead.

Check the command registry, as it includes built-in packages, as well as
packages that haven't been activated yet (but will automatically activate
when their commands are invoked).
@inakineitor
Copy link
Owner

Perfect, it would solve an issue a lot of people are having, so I will check it soon and if it works, I'll approve the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants