Skip to content

Commit

Permalink
Merge pull request #9 from Banno/compatibility-fix
Browse files Browse the repository at this point in the history
People compatibility fix
  • Loading branch information
jackvangent authored Oct 30, 2018
2 parents db5c0d3 + dfd8188 commit 2ca0dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/codemirror/source.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
}

// Cleanup
editor.bodyElement.querySelectorAll("#CmCaReT, .CmCaReT").forEach(cm => editor.dom.remove(cm));
editor.getBody().querySelectorAll("#CmCaReT, .CmCaReT").forEach(cm => editor.dom.remove(cm));

}

Expand Down

0 comments on commit 2ca0dee

Please sign in to comment.