mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix workflow library new workflow/settings closing
Need to make the menu not lazy. A better solution is to refactor how the settings works, rendering it in a different part of the component tree
This commit is contained in:
parent
20f497054f
commit
ab3e689ee0
@ -27,7 +27,7 @@ const WorkflowLibraryMenu = () => {
|
||||
useFeatureStatus('workflowLibrary').isFeatureEnabled;
|
||||
|
||||
return (
|
||||
<InvMenu isOpen={isOpen} onOpen={onOpen} onClose={onClose} isLazy>
|
||||
<InvMenu isOpen={isOpen} onOpen={onOpen} onClose={onClose}>
|
||||
<InvMenuButton
|
||||
as={InvIconButton}
|
||||
aria-label={t('workflows.workflowEditorMenu')}
|
||||
|
Loading…
Reference in New Issue
Block a user