Browse Source

bug fixed

zhangweicheng 7 năm trước cách đây
mục cha
commit
3339dd671f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
     }
 };