Changes inpainting controls settings to hover

This commit is contained in:
psychedelicious 2022-11-01 11:04:02 +11:00 committed by Lincoln Stein
parent 8fd9ea2193
commit ea891324a2

View File

@ -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={