seitime-frappe/frappe/public/js/lib/leaflet_control_locate
marination 5f6a6a025a fix: Load map libraries at build time to avoid async issues during geolocation render
- When gelocation control is built, it awaits loading of libraries
- Withi the control everything is await but a layer above where multiple controls are sequentially built this breaks
- Form render goes ahead without waiting for the gelocation control
- The `onload_post_render` in `Location` cannot find the map wrapper as the control is still being built
- Therefore, on a hard load, the control does not show up and appears on soft reload.
2023-05-19 16:56:54 +05:30
..
L.Control.Locate.css chore: Add licenses to leaflet libraries 2022-07-04 11:38:06 +05:30
L.Control.Locate.js fix: Load map libraries at build time to avoid async issues during geolocation render 2023-05-19 16:56:54 +05:30
LICENSE chore: Add licenses to leaflet libraries 2022-07-04 11:38:06 +05:30