Browse Source

bug fixed

zhangweicheng 7 years ago
parent
commit
3339dd671f
1 changed files with 1 additions and 1 deletions
  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)
     }
 };