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

fix: deactivate loader on map fragments #2033

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Conversation

yohanboniface
Copy link
Member

Since 8ddc570 we lost the link request <=> map, so the "dataloading" and "dataload" events are global to the DOM, so when loading a list of maps, all instances react to all dataloading events, which makes the list a mess.

I'd prefer to keep this loading indicator per map, but it's much easier to just hide it, so let's go that way.

Since 8ddc570 we lost the link
request <=> map, so the "dataloading" and "dataload" events are
global to the DOM, so when loading a list of maps, all instances
react to all dataloading events, which makes the list a mess.

I'd prefer to keep this loading indicator per map, but it's much
easier to just hide it, so let's go that way.
@yohanboniface yohanboniface merged commit 5d0abe7 into master Aug 2, 2024
4 checks passed
@yohanboniface yohanboniface deleted the nocontrol-no-loading branch August 2, 2024 15:18
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