mariusandra / pigeon-maps

ReactJS Maps without external dependencies
https://pigeon-maps.js.org/
MIT License
3.45k stars 142 forks source link

fix: prevent rtl pages from breaking map display #167

Closed DarkSuniuM closed 2 years ago

DarkSuniuM commented 2 years ago

Setting dir="ltr" explicitly on it's own container tag, causes map elements to always load left to right, and prevents the map display breaking in RTL environments.

Fixed #144

mariusandra commented 2 years ago

Thanks! 0.21.3 is out with the fix.