fix(export/share): note children preview links not working

This commit is contained in:
Elian Doran
2025-06-23 19:00:20 +03:00
parent 0efdf65202
commit 8523050ab2
6 changed files with 14 additions and 8 deletions

View File

@@ -51,6 +51,7 @@ export default class ShareThemeExportProvider extends ZipExportProvider {
if (note) {
content = renderNoteForExport(note, branch, basePath);
content = this.rewriteFn(content, noteMeta);
}
return content;