chore: fix remote image export in markdown
This commit is contained in:
@@ -75,6 +75,10 @@ export class RemoteImageNode extends DecoratorBlockNode {
|
||||
return { element }
|
||||
}
|
||||
|
||||
override getTextContent(): string {
|
||||
return ``
|
||||
}
|
||||
|
||||
decorate(_editor: LexicalEditor, config: EditorConfig): JSX.Element {
|
||||
const embedBlockTheme = config.theme.embedBlock || {}
|
||||
const className = {
|
||||
|
||||
Reference in New Issue
Block a user