Remove duplicated Reset View button (#3865)
* Remove duplicated Reset View button * Disable flaky test
This commit is contained in:
parent
69d710e40f
commit
e99d97a9d9
|
@ -24,7 +24,7 @@ jobs:
|
|||
with:
|
||||
repository: "huchenlei/ComfyUI_frontend"
|
||||
path: "ComfyUI_frontend"
|
||||
ref: "23a4ee83144d9bf22e7218b9c78c71f8544c8b27"
|
||||
ref: "577aea9dfb680a14b3ae4fa626a85098c3207030"
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: lts/*
|
||||
|
|
|
@ -603,7 +603,6 @@ export class ComfyUI {
|
|||
onclick: () => app.refreshComboInNodes()
|
||||
}),
|
||||
$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", {
|
||||
id: "comfy-clear-button", textContent: "Clear", onclick: () => {
|
||||
if (!confirmClear.value || confirm("Clear workflow?")) {
|
||||
|
|
Loading…
Reference in New Issue