mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-14 08:08:27 -05:00
fix(geo_map): markers no longer rendering after clicking on a link
This commit is contained in:
@@ -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">) {
|
||||
|
||||
Reference in New Issue
Block a user