diff --git a/web-plugin/index.js b/web-plugin/index.js index 4f0503b..c7350c2 100644 --- a/web-plugin/index.js +++ b/web-plugin/index.js @@ -1,7 +1,7 @@ import { app } from "./app.js"; import { api } from "./api.js"; import { ComfyWidgets, LGraphNode } from "./widgets.js"; -import { generateDependencyGraph } from "https://esm.sh/comfyui-json@0.1.14"; +import { generateDependencyGraph } from "https://esm.sh/comfyui-json@0.1.15"; /** @typedef {import('../../../web/types/comfy.js').ComfyExtension} ComfyExtension*/ /** @type {ComfyExtension} */ @@ -182,7 +182,7 @@ function showError(title, message) { function createDynamicUIHtml(data) { console.log(data); let html = - '