feat: send back event if the graph is loading properly
This commit is contained in:
parent
649e431227
commit
9512437573
@ -726,6 +726,7 @@ const ext = {
|
|||||||
}
|
}
|
||||||
console.log("loadGraphData");
|
console.log("loadGraphData");
|
||||||
app.loadGraphData(comfyUIWorkflow);
|
app.loadGraphData(comfyUIWorkflow);
|
||||||
|
sendEventToCD("graph_loaded");
|
||||||
}
|
}
|
||||||
} else if (message.type === "deploy") {
|
} else if (message.type === "deploy") {
|
||||||
// deployWorkflow();
|
// deployWorkflow();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user