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
4329681c
Unverified
Commit
4329681c
authored
Feb 26, 2023
by
pythongosssss
Committed by
GitHub
Feb 26, 2023
Browse files
removed log
parent
5bb0a791
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
webshit/index.html
webshit/index.html
+0
-1
No files found.
webshit/index.html
View file @
4329681c
...
...
@@ -318,7 +318,6 @@ function onObjectInfo(json) {
const
canvas
=
graph
.
list_of_graphcanvas
[
0
];
const
mouse
=
canvas
.
graph_mouse
;
if
(
!
canvas
.
pointer_is_down
&&
this
.
pointerDown
)
{
console
.
log
(
"
up
"
,
...
mouse
,
"
from
"
,
...
this
.
pointerDown
.
pos
)
if
(
mouse
[
0
]
===
this
.
pointerDown
.
pos
[
0
]
&&
mouse
[
1
]
===
this
.
pointerDown
.
pos
[
1
])
{
this
.
imageIndex
=
this
.
pointerDown
.
index
;
}
...
...
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