move refresh button position

This commit is contained in:
Dr.Lt.Data 2023-03-26 21:44:54 +09:00
parent 220914bfb3
commit d1c48064e7

View File

@ -375,8 +375,8 @@ export class ComfyUI {
}, 0);
},
}),
$el("button", { textContent: "Refresh", onclick: () => app.refreshNodes() }),
$el("button", { textContent: "Load", onclick: () => fileInput.click() }),
$el("button", { textContent: "Refresh", onclick: () => app.refreshNodes() }),
$el("button", { textContent: "Clear", onclick: () => app.graph.clear() }),
$el("button", { textContent: "Load Default", onclick: () => app.loadGraphData() }),
]);