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
2bef134e
"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "496de0891d9b7ae37c6dbbc68c5e22802302dc8f"
Unverified
Commit
2bef134e
authored
Apr 13, 2024
by
NyaamZ
Committed by
GitHub
Apr 12, 2024
Browse files
change Convert.. input (#3246)
parent
4bd7d55b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
+14
-3
web/extensions/core/widgetInputs.js
web/extensions/core/widgetInputs.js
+14
-3
No files found.
web/extensions/core/widgetInputs.js
View file @
2bef134e
...
@@ -292,12 +292,23 @@ app.registerExtension({
...
@@ -292,12 +292,23 @@ app.registerExtension({
}
}
}
}
}
}
//Convert.. main menu
if
(
toInput
.
length
)
{
if
(
toInput
.
length
)
{
options
.
push
(...
toInput
,
null
);
options
.
push
({
content
:
`Convert input to 🔘..`
,
submenu
:
{
options
:
toInput
,
},
});
}
}
if
(
toWidget
.
length
)
{
if
(
toWidget
.
length
)
{
options
.
push
(...
toWidget
,
null
);
options
.
push
({
content
:
`Convert 🔘 to widget..`
,
submenu
:
{
options
:
toWidget
,
},
});
}
}
}
}
...
...
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