mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-12 20:04:59 -05:00
perf(ui): queue actions menu is lazy
This commit is contained in:
@@ -36,7 +36,7 @@ export const QueueActionsMenuButton = memo(() => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Menu placement="bottom-end">
|
||||
<Menu placement="bottom-end" isLazy lazyBehavior="unmount">
|
||||
<MenuButton ref={ref} as={IconButton} size="lg" aria-label="Queue Actions Menu" icon={<PiListBold />} />
|
||||
<MenuList>
|
||||
<MenuGroup title={t('common.new')}>
|
||||
|
||||
Reference in New Issue
Block a user