feat(geomap): add prompt for creating child note

This commit is contained in:
Elian Doran
2025-01-20 22:50:36 +02:00
parent f803b9f822
commit 2582924046
5 changed files with 50 additions and 5 deletions

View File

@@ -266,7 +266,10 @@ type EventMappings = {
};
exportSvg: {
ntxId: string;
}
};
geoMapCreateChildNote: {
ntxId: string | null | undefined; // TODO: deduplicate ntxId
};
};
export type EventListener<T extends EventNames> = {