Fix markdown cell props

This commit is contained in:
Jonatan Kłosko 2023-11-23 23:04:28 +07:00
parent b5d4e611c7
commit 02c8902272

View file

@ -230,7 +230,7 @@ const Cell = {
const markdown = new Markdown(markdownContainer, source, { const markdown = new Markdown(markdownContainer, source, {
baseUrl: this.props.sessionPath, baseUrl: this.props.sessionPath,
emptyText: "Empty markdown cell", emptyText: "Empty markdown cell",
allowedUriSchemes: this.props.allowedUriSchemes.split(","), allowedUriSchemes: this.props.allowedUriSchemes,
}); });
liveEditor.onChange((newSource) => { liveEditor.onChange((newSource) => {