mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-28 10:44: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:
@@ -64,7 +64,7 @@ export class NumberWidget extends BaseWidget implements INumericWidget {
|
||||
ctx.fill()
|
||||
|
||||
if (show_text) {
|
||||
if (!this.computedDisabled) {
|
||||
if (!this.disabled) {
|
||||
ctx.stroke()
|
||||
// Draw left arrow
|
||||
ctx.fillStyle = this.text_color
|
||||
|
||||
Reference in New Issue
Block a user