diff --git a/modules/editor/components/emoticon/tpl/popup.js b/modules/editor/components/emoticon/tpl/popup.js index 5cff7e7d5..448dbe4ad 100644 --- a/modules/editor/components/emoticon/tpl/popup.js +++ b/modules/editor/components/emoticon/tpl/popup.js @@ -4,5 +4,5 @@ function insertImage(obj) { opener.editorInsertEmoticon(obj); opener.editorFocus(opener.editorPrevSrl); - self.close(); + window.close(); }