diff --git a/codex-editor.js b/codex-editor.js index ff047d19..030527ca 100644 --- a/codex-editor.js +++ b/codex-editor.js @@ -616,8 +616,8 @@ cEditor.callback = { nodeContent = document.createTextNode(pastedData); block.appendChild(nodeContent); - }, - + }, + /** * Clicks on block settings button */