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

Click event some time does not work #13144

Open
hmendezm opened this issue Apr 11, 2024 · 0 comments
Open

Click event some time does not work #13144

hmendezm opened this issue Apr 11, 2024 · 0 comments

Comments

@hmendezm
Copy link

mapbox-gl-js version: 3.3.0

browser: CHROME

Steps to Trigger Behavior

  1. add
 this.map.on('click', 'zipcodes', (e) => {
      alert(`A click event has occurred on a visible portion of the poi-label layer at ${e.lngLat}`);
  });
  1. click randomly the layer

Link to Demonstration

https://jsbin.com/

Expected Behavior

Actual Behavior

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