chore(geomap): change attribute to `geolocation`

pull/1017/head
Elian Doran 2025-01-21 21:18:41 +07:00
parent dc7dd51913
commit b813b107a8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -69,7 +69,7 @@ const TPL = `\
</style>
</div>`;
const LOCATION_ATTRIBUTE = "latLng";
const LOCATION_ATTRIBUTE = "geolocation";
const CHILD_NOTE_ICON = "bx bx-pin";
interface MapData {