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
e99d97a9
Unverified
Commit
e99d97a9
authored
Jun 26, 2024
by
Chenlei Hu
Committed by
GitHub
Jun 26, 2024
Browse files
Remove duplicated Reset View button (#3865)
* Remove duplicated Reset View button * Disable flaky test
parent
69d710e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.github/workflows/test-browser.yml
.github/workflows/test-browser.yml
+1
-1
web/scripts/ui.js
web/scripts/ui.js
+0
-1
No files found.
.github/workflows/test-browser.yml
View file @
e99d97a9
...
@@ -24,7 +24,7 @@ jobs:
...
@@ -24,7 +24,7 @@ jobs:
with
:
with
:
repository
:
"
huchenlei/ComfyUI_frontend"
repository
:
"
huchenlei/ComfyUI_frontend"
path
:
"
ComfyUI_frontend"
path
:
"
ComfyUI_frontend"
ref
:
"
23a4ee83144d9bf22e7218b9c78c71f8544c8b27
"
ref
:
"
577aea9dfb680a14b3ae4fa626a85098c3207030
"
-
uses
:
actions/setup-node@v3
-
uses
:
actions/setup-node@v3
with
:
with
:
node-version
:
lts/*
node-version
:
lts/*
...
...
web/scripts/ui.js
View file @
e99d97a9
...
@@ -603,7 +603,6 @@ export class ComfyUI {
...
@@ -603,7 +603,6 @@ export class ComfyUI {
onclick
:
()
=>
app
.
refreshComboInNodes
()
onclick
:
()
=>
app
.
refreshComboInNodes
()
}),
}),
$el
(
"
button
"
,
{
id
:
"
comfy-clipspace-button
"
,
textContent
:
"
Clipspace
"
,
onclick
:
()
=>
app
.
openClipspace
()}),
$el
(
"
button
"
,
{
id
:
"
comfy-clipspace-button
"
,
textContent
:
"
Clipspace
"
,
onclick
:
()
=>
app
.
openClipspace
()}),
$el
(
"
button
"
,
{
id
:
"
comfy-reset-view-button
"
,
textContent
:
"
Reset View
"
,
onclick
:
()
=>
app
.
resetView
()}),
$el
(
"
button
"
,
{
$el
(
"
button
"
,
{
id
:
"
comfy-clear-button
"
,
textContent
:
"
Clear
"
,
onclick
:
()
=>
{
id
:
"
comfy-clear-button
"
,
textContent
:
"
Clear
"
,
onclick
:
()
=>
{
if
(
!
confirmClear
.
value
||
confirm
(
"
Clear workflow?
"
))
{
if
(
!
confirmClear
.
value
||
confirm
(
"
Clear workflow?
"
))
{
...
...
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