From 95124375737b2e47baef3785f280684fd9d6c053 Mon Sep 17 00:00:00 2001 From: karrix Date: Wed, 5 Feb 2025 14:41:27 +0800 Subject: [PATCH] feat: send back event if the graph is loading properly --- web-plugin/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web-plugin/index.js b/web-plugin/index.js index 32c6e89..8a5cd0d 100644 --- a/web-plugin/index.js +++ b/web-plugin/index.js @@ -726,6 +726,7 @@ const ext = { } console.log("loadGraphData"); app.loadGraphData(comfyUIWorkflow); + sendEventToCD("graph_loaded"); } } else if (message.type === "deploy") { // deployWorkflow();