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

Global events are called before local ones #56

Open
greena13 opened this issue Oct 23, 2017 · 0 comments
Open

Global events are called before local ones #56

greena13 opened this issue Oct 23, 2017 · 0 comments

Comments

@greena13
Copy link

Shortcuts defined using a <Shortcuts /> tag with the global prop are called before any shortcuts defined in any child <Shortcuts /> tag.

IMHO, this is not what people will expect. Users of react and front event developers are accustomed to event handlers defined closer to the target of an event being called first (and being given the chance to stop that event from propagating to handlers attached to parent elements).

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

No branches or pull requests

1 participant