mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 10:39:00 +01:00
chore(views/geo): typing issue
This commit is contained in:
parent
c9b37dcc77
commit
b1f0c64ef2
@ -251,7 +251,7 @@ export default class GeoView extends ViewMode<MapData> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async onEntitiesReloaded({ loadResults }: EventData<"entitiesReloaded">): boolean | void {
|
async onEntitiesReloaded({ loadResults }: EventData<"entitiesReloaded">) {
|
||||||
// If any of the children branches are altered.
|
// If any of the children branches are altered.
|
||||||
if (loadResults.getBranchRows().find((branch) => branch.parentNoteId === this.parentNote.noteId)) {
|
if (loadResults.getBranchRows().find((branch) => branch.parentNoteId === this.parentNote.noteId)) {
|
||||||
this.#reloadMarkers();
|
this.#reloadMarkers();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user