소스 검색

[oozie] Fix arrow drawing on toggle properties

Enrico Berti 11 년 전
부모
커밋
616a4778cc
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

@@ -1995,6 +1995,7 @@ ${ dashboard.import_bindings() }
           widget.ooziePropertiesExpanded(false);
         }
       }
+      $(document).trigger("drawArrows");
     }
   }