Skip to content

Better checking for command existence in dispatchAction()#27

Open
booch wants to merge 1 commit into
inakineitor:masterfrom
booch:fix-command-dispatch
Open

Better checking for command existence in dispatchAction()#27
booch wants to merge 1 commit into
inakineitor:masterfrom
booch:fix-command-dispatch

Conversation

@booch
Copy link
Copy Markdown

@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
Copy Markdown
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