fix(geo_map): markers no longer rendering after clicking on a link

pull/1017/head
Elian Doran 2025-01-22 18:57:09 +07:00
parent ac262228f0
commit dbd38ecedf
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -279,6 +279,7 @@ export default class GeoMapTypeWidget extends TypeWidget {
async doRefresh(note: FNote) {
await this.geoMapWidget.refresh();
await this.#reloadMarkers();
}
entitiesReloadedEvent({ loadResults }: EventData<"entitiesReloaded">) {