mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Changes inpainting controls settings to hover
This commit is contained in:
parent
8fd9ea2193
commit
ea891324a2
@ -339,7 +339,7 @@ const InpaintingControls = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="inpainting-buttons-group">
|
<div className="inpainting-buttons-group">
|
||||||
<IAIPopover
|
<IAIPopover
|
||||||
trigger="click"
|
trigger="hover"
|
||||||
onOpen={() => setMaskOptionsOpen(true)}
|
onOpen={() => setMaskOptionsOpen(true)}
|
||||||
onClose={() => setMaskOptionsOpen(false)}
|
onClose={() => setMaskOptionsOpen(false)}
|
||||||
triggerComponent={
|
triggerComponent={
|
||||||
|
Loading…
Reference in New Issue
Block a user