瀏覽代碼

bug fixed

zhangweicheng 7 年之前
父節點
當前提交
3339dd671f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/web/tree_sheet/tree_sheet_helper.js

+ 1 - 1
public/web/tree_sheet/tree_sheet_helper.js

@@ -423,6 +423,6 @@ var TREE_SHEET_HELPER = {
                 tips.hide();
                 TREE_SHEET_HELPER._toolTipElement = null;
             }
-        },300)
+        },600)
     }
 };