Skip to content

Commit 9fdf694

Browse files
committed
[RT-611][bug] Security Scan
1 parent 7387834 commit 9fdf694

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fromRedactor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ const traverseChildAndWarpChild = (children: Array<Object>, allowNonStandardTags
8585
}
8686

8787
export const fromRedactor = (el: any, options?:IHtmlToJsonOptions) : IAnyObject | null => {
88-
8988
let localElementTags: IHtmlToJsonElementTags = ELEMENT_TAGS;
9089
let localTextTags: IHtmlToJsonTextTags = TEXT_TAGS;
9190

0 commit comments

Comments
 (0)