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

This commit is contained in:
Elian Doran 2025-01-22 18:57:09 +02:00
parent ac262228f0
commit dbd38ecedf
No known key found for this signature in database

View File

@ -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">) {