1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-23 23:33:01 +02:00

iOS: Fixes #7791: Sharing pictures to Joplin creates recurring duplications

This commit is contained in:
Laurent Cozic
2023-02-19 19:06:17 +00:00
parent ed0edcb36c
commit b8e4150bfd

View File

@@ -43,5 +43,7 @@ export default async (sharedData: SharedData, folderId: string, dispatch: Functi
noteId: newNote.id,
sharedData: sharedData,
});
ShareExtension.close();
}, 5);
};