You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-10 22:11:50 +02:00
This commit is contained in:
@@ -349,7 +349,7 @@ shared.initState = async function(comp: BaseNoteScreenComponent) {
|
|||||||
await comp.attachFile({
|
await comp.attachFile({
|
||||||
uri: resource.uri,
|
uri: resource.uri,
|
||||||
type: resource.mimeType,
|
type: resource.mimeType,
|
||||||
name: resource.name,
|
fileName: resource.name,
|
||||||
}, null);
|
}, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user