mirror of https://github.com/laurent22/joplin.git
iOS: Fixes #7791: Sharing pictures to Joplin creates recurring duplications
parent
ed0edcb36c
commit
b8e4150bfd
|
@ -43,5 +43,7 @@ export default async (sharedData: SharedData, folderId: string, dispatch: Functi
|
|||
noteId: newNote.id,
|
||||
sharedData: sharedData,
|
||||
});
|
||||
|
||||
ShareExtension.close();
|
||||
}, 5);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue