Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
8e916735
"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "72cdd83c06d99d6727bd7bbf23a2e655ead4ef1a"
Commit
8e916735
authored
Jan 13, 2024
by
pythongosssss
Browse files
export function
parent
32034217
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
web/scripts/widgets.js
web/scripts/widgets.js
+1
-1
No files found.
web/scripts/widgets.js
View file @
8e916735
...
@@ -2,7 +2,7 @@ import { api } from "./api.js"
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment