Default tag hover popover to right (#4593)

This commit is contained in:
WithoutPants 2024-02-20 09:03:06 +11:00 committed by GitHub
parent 777fb44ac6
commit b4a6cc43d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,7 +101,7 @@ const _TagSelect: React.FC<
thisOptionProps = {
...optionProps,
children: (
<TagPopover id={object.id} placement={props.hoverPlacement}>
<TagPopover id={object.id} placement={props.hoverPlacement ?? "right"}>
<span className="react-select-image-option">
{/* the following code causes re-rendering issues when selecting tags */}
{/* <TagPopover