mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
fix(geo_map): markers no longer rendering after clicking on a link
This commit is contained in:
parent
ac262228f0
commit
dbd38ecedf
@ -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">) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user