mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 03:06:37 +08:00
chore(views/geo): typing issue
This commit is contained in:
parent
c9b37dcc77
commit
b1f0c64ef2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (loadResults.getBranchRows().find((branch) => branch.parentNoteId === this.parentNote.noteId)) {
|
||||
this.#reloadMarkers();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue