mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-12 06:22:31 +08:00
convert space to tab
This commit is contained in:
parent
08e435504a
commit
c8a62ca716
@ -839,7 +839,7 @@ export class ComfyUI {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (this.is_launchTiming && typeof app != "undefined") {
|
if (this.is_launchTiming && typeof app != "undefined") {
|
||||||
const switch_workflow_combo = document.getElementById("comfy-switch-workflow-combo");
|
const switch_workflow_combo = document.getElementById("comfy-switch-workflow-combo");
|
||||||
switch_workflow_combo.selectedIndex = app.workflow_current_id;
|
switch_workflow_combo.selectedIndex = app.workflow_current_id;
|
||||||
|
|
||||||
const workflow_names = app.getWorkflowNames();
|
const workflow_names = app.getWorkflowNames();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user