Remove duplicated Reset View button (#3865)

* Remove duplicated Reset View button

* Disable flaky test
This commit is contained in:
Chenlei Hu
2024-06-26 01:23:55 -04:00
committed by GitHub
parent 69d710e40f
commit e99d97a9d9
2 changed files with 1 additions and 2 deletions

View File

@@ -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?")) {