mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
export function
This commit is contained in:
parent
32034217ae
commit
8e916735c0
@ -2,7 +2,7 @@ import { api } from "./api.js"
|
|||||||
import "./domWidget.js";
|
import "./domWidget.js";
|
||||||
|
|
||||||
let controlValueRunBefore = false;
|
let controlValueRunBefore = false;
|
||||||
function updateControlWidgetLabel(widget) {
|
export function updateControlWidgetLabel(widget) {
|
||||||
let replacement = "after";
|
let replacement = "after";
|
||||||
let find = "before";
|
let find = "before";
|
||||||
if (controlValueRunBefore) {
|
if (controlValueRunBefore) {
|
||||||
|
Loading…
Reference in New Issue
Block a user