mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): viewer toggle prevents progress toggle interaction
This commit is contained in:
parent
5ca794b94f
commit
6c768bfe7e
@ -19,7 +19,7 @@ export const ViewerToggleMenu = () => {
|
||||
const { isOpen, onClose, onOpen } = useImageViewer();
|
||||
|
||||
return (
|
||||
<Popover>
|
||||
<Popover isLazy>
|
||||
<PopoverTrigger>
|
||||
<Button variant="outline">
|
||||
<Flex gap={3} w="full" alignItems="center">
|
||||
|
Loading…
Reference in New Issue
Block a user