mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-22 07:19:41 +00:00
Fix: Escape closes Settings dialog if login dialog open (#4364)
This commit is contained in:
@@ -272,7 +272,7 @@ export const useDialogService = () => {
|
||||
onSuccess: () => resolve(true)
|
||||
},
|
||||
dialogComponentProps: {
|
||||
closable: false,
|
||||
closable: true,
|
||||
onClose: () => resolve(false)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user