Skip to content

Commit d100f7f

Browse files
committed
fix: missing this declartion
1 parent 1eaafb0 commit d100f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class CoCreateServerSideRender {
1818
)) {
1919
let meta = el.attributes;
2020

21-
if (renderedIgnoreEl[el.tagName])
21+
if (this.renderedIgnoreEl[el.tagName])
2222
continue;
2323

2424
if (el.tagName == "DIV" && !el.classList.contains('domEditor'))

0 commit comments

Comments
 (0)