mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
client: Implement SVG export button for mindmap
This commit is contained in:
@@ -132,7 +132,7 @@ export default class MermaidWidget extends NoteContextAwareWidget {
|
||||
}
|
||||
}
|
||||
|
||||
async exportMermaidEvent({ntxId}) {
|
||||
async exportSvgEvent({ntxId}) {
|
||||
if (!this.isNoteContext(ntxId)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user