فهرست منبع

[oozie] Reset workflow node expansion on toggle edit

Enrico Berti 11 سال پیش
والد
کامیت
50a0605
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      apps/oozie/src/oozie/templates/editor/workflow_editor.mako

+ 1 - 0
apps/oozie/src/oozie/templates/editor/workflow_editor.mako

@@ -1964,6 +1964,7 @@ ${ dashboard.import_bindings() }
 
   $(document).on("editingToggled", function(){
     $("canvas").remove();
+    exposeOverlayClickHandler();
     window.setTimeout(renderChangeables, 100);
   });