missed change

This commit is contained in:
bniwredyc 2023-05-07 17:51:59 +02:00
parent 796ca57167
commit 93b2690ff4

View File

@ -134,7 +134,8 @@ export const Figure = Node.create<FigureOptions>({
type: this.name,
attrs: {
src: node.attrs.src
}
},
content: [{ type: 'text', text: node.attrs.src }]
})
})
},