We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2e7168 + 6df9591 commit 13dba21Copy full SHA for 13dba21
plugin/src/main/js/workflow-editor.js
@@ -18,7 +18,7 @@ import "./snippets/workflow";
18
19
var editorIdCounter = 0;
20
21
-document.addEventListener("DOMContentLoaded", function() {
+$(function() {
22
$('.workflow-editor-wrapper').each(function() {
23
initEditor($(this));
24
});
0 commit comments