root 2 years ago
parent
commit
b8d87ea0be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/gm/DeskTop.js

+ 1 - 1
js/gm/DeskTop.js

@@ -514,7 +514,7 @@ U.MD.D.click = function (el, obj) {
         //如果是mouse事件的处理
         else {
             //拖动处理,添加拖动和拖动结束事件
-            U.UF.F.drag(el, U.MD.D.iconMove, U.MD.D.iconUp);
+            //U.UF.F.drag(el, U.MD.D.iconMove, U.MD.D.iconUp);
         }
         U.MD.D.I.IsDrag = false;
     }