1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +02:00

Mobile: Resolves #9017: Support pasting images (#10751)

This commit is contained in:
Henry Heino
2024-07-16 11:28:05 -07:00
committed by GitHub
parent 2d984ce9a8
commit 71f70f4d2c
15 changed files with 181 additions and 49 deletions

View File

@ -38,7 +38,7 @@ describe('NoteEditor', () => {
onChange={()=>{}}
onSelectionChange={()=>{}}
onUndoRedoDepthChange={()=>{}}
onAttach={()=>{}}
onAttach={async ()=>{}}
plugins={{}}
/>
</MenuProvider>,