lsc 2 年之前
父节点
当前提交
e0735eb060
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      js/Office/Word/WordEditor.js

+ 2 - 1
js/Office/Word/WordEditor.js

@@ -421,7 +421,8 @@ U.MD.O.W.E.toolsbind = function () {
     };
     };
 
 
     //工具栏更多处理,下拉框显示隐藏
     //工具栏更多处理,下拉框显示隐藏
-    $('#U_MD_O_H_More').Child()[0].onclick = function (e) {
+    // $('#U_MD_O_H_More').Child()[0].onclick = function (e) {
+    $('#U_MD_O_H_More').children()[0].onclick = function (e) {
         U.MD.O.W.E.morelocation(e, this, $('.U_MD_O_H_More_Area')[0]);
         U.MD.O.W.E.morelocation(e, this, $('.U_MD_O_H_More_Area')[0]);
     }
     }
     //工具栏大小初始化
     //工具栏大小初始化