Compare commits

..

No commits in common. "335ae262055214714b09634b31359a1e35a62ac8" and "92a632fabf370bfd1d829a8771e729595906e653" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -47,9 +47,9 @@ const htmlToProsemirror = async (editor: CoreEditor, html, isPasteMarkdown = fal
try {
const imgs = body.querySelectorAll('img');
await Promise.all([...imgs].map(reuploadImageAndUpdateSrc));
await Prosemise.all([...imgs].map(reuploadImageAndUpdateSrc)
} catch (e) {
//
//
}
const schema = getSchema(