Merge pull request #274 from cjhw/fix-spell

fix: spell mistake
This commit is contained in:
fantasticit
2024-07-02 15:16:01 +08:00
committed by GitHub
@@ -47,9 +47,9 @@ const htmlToProsemirror = async (editor: CoreEditor, html, isPasteMarkdown = fal
try {
const imgs = body.querySelectorAll('img');
await Prosemise.all([...imgs].map(reuploadImageAndUpdateSrc)
await Promise.all([...imgs].map(reuploadImageAndUpdateSrc));
} catch (e) {
//
//
}
const schema = getSchema(