mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
import and export fixes
This commit is contained in:
@@ -55,7 +55,7 @@ function uploadAttachment(req) {
|
||||
content: file.buffer
|
||||
});
|
||||
|
||||
url = `#${noteId}?viewMode=attachments&attachmentId=${attachment.attachmentId}`;
|
||||
url = `#root/${noteId}?viewMode=attachments&attachmentId=${attachment.attachmentId}`;
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user