1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-04 07:52:46 +08:00

Added handling of sockets

Started rework of UI elements
Added pnginfo handling
This commit is contained in:
pythongosssss
2023-03-02 21:34:29 +00:00
committed by GitHub
parent 2eaa664089
commit 7e436ba9cc
6 changed files with 522 additions and 520 deletions

View File

@@ -44,7 +44,6 @@ function addMultilineWidget(node, name, defaultVal, dynamicPrompt, app) {
const visible = app.canvas.ds.scale > 0.5;
const t = ctx.getTransform();
const margin = 10;
console.log("back you go")
Object.assign(this.inputEl.style, {
left: `${t.a * margin + t.e}px`,
top: `${t.d * (y + widgetHeight - margin) + t.f}px`,