mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
perf(ui): lazy mount scale slider popover
This commit is contained in:
@@ -122,7 +122,7 @@ export const CanvasToolbarScale = memo(() => {
|
||||
return (
|
||||
<Flex alignItems="center">
|
||||
<ZoomOutButton />
|
||||
<Popover>
|
||||
<Popover isLazy lazyBehavior="unmount">
|
||||
<PopoverAnchor>
|
||||
<NumberInput
|
||||
variant="outline"
|
||||
|
||||
Reference in New Issue
Block a user