-
-
Notifications
You must be signed in to change notification settings - Fork 780
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
feat(events): check if event instanceof MouseEvent #5466
base: main
Are you sure you want to change the base?
feat(events): check if event instanceof MouseEvent #5466
Conversation
015fb5f
to
6370d49
Compare
6370d49
to
21c439e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5466 +/- ##
=======================================
Coverage 91.96% 91.97%
=======================================
Files 282 282
Lines 39050 39086 +36
Branches 6855 6868 +13
=======================================
+ Hits 35911 35948 +37
+ Misses 3012 3010 -2
- Partials 127 128 +1 ☔ View full report in Codecov by Sentry. |
46694f8
to
1316f24
Compare
1316f24
to
640cb5c
Compare
640cb5c
to
b11844f
Compare
Tests were ok in local, I will check during the day why it fails. |
58ed29e
to
36eadfd
Compare
Should I update the bundle size test, or will a collaborator handle it? |
Please update the build size. Thanks! |
check if event is instance of MouseEvent in map_event.ts same for event.ts Fix 5464
36eadfd
to
1911789
Compare
Fix an error that could happen if a instance of Event is dispatched with MouseEvent types. This error has been encountered only when bots were crawling a website where a maplibre map was instanced.
Launch Checklist
CHANGELOG.md
under the## main
section.