build error fixes
This commit is contained in:
@@ -46,6 +46,7 @@ export const ImageUpload = Extension.create({
|
||||
// Insert image
|
||||
editor.chain()
|
||||
.focus()
|
||||
// @ts-ignore
|
||||
.setImage({ src: url, filename })
|
||||
.run();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user