Update ReactNodeViewRenderer.tsx
remove trailing spaces
This commit is contained in:
committed by
Dominik
parent
21913445bc
commit
d84ce08dcf
@@ -88,7 +88,7 @@ class ReactNodeView extends NodeView<React.FunctionComponent, Editor, ReactNodeV
|
|||||||
if (this.options.as) {
|
if (this.options.as) {
|
||||||
as = this.options.as
|
as = this.options.as
|
||||||
}
|
}
|
||||||
|
|
||||||
const { className = '' } = this.options
|
const { className = '' } = this.options
|
||||||
|
|
||||||
this.renderer = new ReactRenderer(ReactNodeViewProvider, {
|
this.renderer = new ReactRenderer(ReactNodeViewProvider, {
|
||||||
|
|||||||
Reference in New Issue
Block a user