You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-06 23:56:13 +02:00
iOS: Fixes #7791: Sharing pictures to Joplin creates recurring duplications
This commit is contained in:
@ -43,5 +43,7 @@ export default async (sharedData: SharedData, folderId: string, dispatch: Functi
|
|||||||
noteId: newNote.id,
|
noteId: newNote.id,
|
||||||
sharedData: sharedData,
|
sharedData: sharedData,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ShareExtension.close();
|
||||||
}, 5);
|
}, 5);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user