X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/7c692ec588b02eb044f2b3fc75a091d4c0f69c73..refs/pull/4467/head:/resources/js/wysiwyg/common-events.js diff --git a/resources/js/wysiwyg/common-events.js b/resources/js/wysiwyg/common-events.js index a25debac1..d0a5acdc2 100644 --- a/resources/js/wysiwyg/common-events.js +++ b/resources/js/wysiwyg/common-events.js @@ -2,7 +2,6 @@ * @param {Editor} editor */ export function listen(editor) { - // Replace editor content window.$events.listen('editor::replace', ({html}) => { editor.setContent(html); @@ -31,4 +30,4 @@ export function listen(editor) { editor.focus(); } }); -} \ No newline at end of file +}