-
Notifications
You must be signed in to change notification settings - Fork 117
Consumable event with ClickListener #1123
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
Conversation
|
@langsmith and @LukasPaczos I tried to fix the build on circleci and it asking me to run What do I need to do to make it work ? |
|
Changes look good to me, thanks for your contribution @Ph0tonic! @langsmith could you help to regenerate the code and make a final review? |
|
@langsmith Thanks to you the build succeed. Just by curiosity, is there a reason to force to have all those imports ? |
To make sure that our plugin is up-to-date with the Mapbox style spec The current CircleCI crash is related to credentials and that's happening because you're a non-Mapboxer 😕 I'll just quickly spin up an equivalent pr with my account. |
Cool, thanks
Ok, wouldn't it work if you relaunch the release build manually ? |
This PR is an implementation proposal for issue #966
What I choose is that
clickListenershould now return a boolean with the following meaning :When an event is consumed then no other local listener to the manager will be call as discussed.