mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
@@ -261,10 +261,7 @@ export const useExecutionStore = defineStore('execution', () => {
|
||||
clearInitializationByJobId(activeJobId.value)
|
||||
|
||||
// Auto-focus the first job, or if the current focused job is no longer running
|
||||
if (
|
||||
!focusedJobId.value ||
|
||||
!queuedJobs.value[focusedJobId.value]
|
||||
) {
|
||||
if (!focusedJobId.value || !queuedJobs.value[focusedJobId.value]) {
|
||||
focusedJobId.value = activeJobId.value
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user