mirror of
https://github.com/laurent22/joplin.git
synced 2025-04-20 11:28:40 +02:00
iOS: Fixes #7791: Sharing pictures to Joplin creates recurring duplications
This commit is contained in:
parent
ed0edcb36c
commit
b8e4150bfd
@ -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);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user