convert space to tab

This commit is contained in:
TomoyukiMizuma 2023-08-23 14:17:06 +09:00
parent 08e435504a
commit c8a62ca716

View File

@ -839,7 +839,7 @@ export class ComfyUI {
}
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;
const workflow_names = app.getWorkflowNames();