mirror of https://github.com/laurent22/joplin.git
parent
456a20b8f8
commit
7d135730bf
|
@ -541,7 +541,7 @@ class NoteScreenComponent extends BaseScreenComponent {
|
|||
}
|
||||
|
||||
private async pickDocuments() {
|
||||
const result = await shim.fsDriver().pickDocument();
|
||||
const result = await shim.fsDriver().pickDocument({ multiple: true });
|
||||
if (!result) {
|
||||
console.info('pickDocuments: user has cancelled');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue