diff --git a/modules/editor/components/emoticon/tpl/popup.js b/modules/editor/components/emoticon/tpl/popup.js index 3e094735f..61492c8ed 100644 --- a/modules/editor/components/emoticon/tpl/popup.js +++ b/modules/editor/components/emoticon/tpl/popup.js @@ -33,4 +33,5 @@ function completeGetEmoticons(ret_obj) { } xInnerHtml(zone, html); setFixedPopupSize(); + setTimeout(setFixedPopupSize,1000); }