Skip to content

Commit a4358b0

Browse files
fixup! feat(text-editor): add support for pasting inline images
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 8965f9c commit a4358b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/text-editor/examples/text-editor-with-inline-images-file-storage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export class TextEditorWithInlineImagesExample {
105105
console.log(`Image deleted: ${imageInfo.fileInfoId}`);
106106

107107
try {
108-
// Delete image from external file storage.
108+
throw new Error('Not implemented.');
109109
} catch (error) {
110110
console.error(
111111
`Failed to delete image ${imageInfo.fileInfoId}`,

0 commit comments

Comments
 (0)