DEV Community

comprog-ux
comprog-ux

Posted on

mouseover Leaflet gives small text

marker.on('mouseover', function(e) {
this.openPopup();
});

Laravel 9 project.
Occurs after upgrade to Leaflet 1.9.3

Gives this:
Image description
Used to be this:
Image description
What has happened?

Top comments (0)