perf(ui): lazy mount scale slider popover

This commit is contained in:
psychedelicious
2025-05-27 11:34:51 +10:00
parent b37e1a3ad6
commit bce88a8873

View File

@@ -122,7 +122,7 @@ export const CanvasToolbarScale = memo(() => {
return (
<Flex alignItems="center">
<ZoomOutButton />
<Popover>
<Popover isLazy lazyBehavior="unmount">
<PopoverAnchor>
<NumberInput
variant="outline"