mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-05 21:20:12 +00:00
Revert "Support associated socket for widgets" (#896)
Reverts Comfy-Org/litegraph.js#891 Temporary revert to unblock other PRs (causing test failures; frontend PR for this has not yet been merged).
This commit is contained in:
@@ -214,8 +214,7 @@ export abstract class NodeSlot implements INodeSlot {
|
||||
if (!lowQuality && doStroke) ctx.stroke()
|
||||
|
||||
// render slot label
|
||||
const hideLabel = lowQuality || isWidgetInputSlot(this)
|
||||
if (!hideLabel) {
|
||||
if (!lowQuality) {
|
||||
const text = this.renderingLabel
|
||||
if (text) {
|
||||
// TODO: Finish impl. Highlight text on mouseover unless we're connecting links.
|
||||
|
||||
Reference in New Issue
Block a user