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 1eaafb0 commit d100f7fCopy full SHA for d100f7f
src/index.js
@@ -18,7 +18,7 @@ class CoCreateServerSideRender {
18
)) {
19
let meta = el.attributes;
20
21
- if (renderedIgnoreEl[el.tagName])
+ if (this.renderedIgnoreEl[el.tagName])
22
continue;
23
24
if (el.tagName == "DIV" && !el.classList.contains('domEditor'))
0 commit comments