client: Implement SVG export button for mindmap

This commit is contained in:
Elian Doran
2024-09-01 23:10:58 +03:00
parent 27a287f8ea
commit 61e0678af4
3 changed files with 32 additions and 5 deletions

View File

@@ -132,7 +132,7 @@ export default class MermaidWidget extends NoteContextAwareWidget {
}
}
async exportMermaidEvent({ntxId}) {
async exportSvgEvent({ntxId}) {
if (!this.isNoteContext(ntxId)) {
return;
}