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
0764bb52
"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "72e3feb5735adc7b968c2bc8d0b5cd5e9bea9c59"
Commit
0764bb52
authored
Jun 03, 2023
by
comfyanonymous
Browse files
Move node properties panel from double click to menu option.
parent
c092ffcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
web/lib/litegraph.core.js
web/lib/litegraph.core.js
+4
-4
No files found.
web/lib/litegraph.core.js
View file @
0764bb52
...
...
@@ -7294,10 +7294,6 @@ LGraphNode.prototype.executeAction = function(action)
if
(
this
.
onShowNodePanel
)
{
this
.
onShowNodePanel
(
n
);
}
else
{
this
.
showShowNodePanel
(
n
);
}
if
(
this
.
onNodeDblClicked
)
{
this
.
onNodeDblClicked
(
n
);
...
...
@@ -13071,6 +13067,10 @@ LGraphNode.prototype.executeAction = function(action)
has_submenu
:
true
,
callback
:
LGraphCanvas
.
onShowMenuNodeProperties
},
{
content
:
"
Properties Panel
"
,
callback
:
function
(
item
,
options
,
e
,
menu
,
node
)
{
LGraphCanvas
.
active_canvas
.
showShowNodePanel
(
node
)
}
},
null
,
{
content
:
"
Title
"
,
...
...
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