浏览代码

HUE-1925 [oozie] Disable drag action when around the edit button

Changed cancel class on draggable
Enrico Berti 11 年之前
父节点
当前提交
a8c3309
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/oozie/static/js/workflow.js

+ 1 - 1
apps/oozie/static/js/workflow.js

@@ -835,7 +835,7 @@ var WorkflowModule = function($, NodeModelChooser, Node, ForkNode, DecisionNode,
             zIndex: 1000,
             zIndex: 1000,
             opacity: 0.45,
             opacity: 0.45,
             revertDuration: 0,
             revertDuration: 0,
-            cancel: '.node-action-bar'
+            cancel: '.edit-node-link'
           });
           });
         }
         }
       });
       });