fix: disable autoFocus on ComponentPicker in PromptEditor

pull/21023/head
kurokobo 11 months ago
parent 85a91cfbce
commit cd9fe59287

@ -165,6 +165,7 @@ const ComponentPicker = ({
isSupportFileVar={isSupportFileVar} isSupportFileVar={isSupportFileVar}
onClose={handleClose} onClose={handleClose}
onBlur={handleClose} onBlur={handleClose}
autoFocus={false}
/> />
</div> </div>
) )

Loading…
Cancel
Save