We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7387834 commit 9fdf694Copy full SHA for 9fdf694
src/fromRedactor.tsx
@@ -85,7 +85,6 @@ const traverseChildAndWarpChild = (children: Array<Object>, allowNonStandardTags
85
}
86
87
export const fromRedactor = (el: any, options?:IHtmlToJsonOptions) : IAnyObject | null => {
88
-
89
let localElementTags: IHtmlToJsonElementTags = ELEMENT_TAGS;
90
let localTextTags: IHtmlToJsonTextTags = TEXT_TAGS;
91
0 commit comments