Bugfix
This commit is contained in:
parent
7874622ad4
commit
f95cd46d55
|
@ -141,7 +141,7 @@ const Editor = props => {
|
|||
|
||||
// Use default comment + tag widget unless host app overrides
|
||||
const widgets = props.config.widgets ?
|
||||
props.widgets.map(getWidget) : DEFAULT_WIDGETS;
|
||||
props.config.widgets.map(getWidget) : DEFAULT_WIDGETS;
|
||||
|
||||
return (
|
||||
<div ref={element} className="r6o-editor">
|
||||
|
|
Loading…
Reference in New Issue