Skip to content

Commit

Permalink
Default tag hover popover to right (#4593)
Browse files Browse the repository at this point in the history
  • Loading branch information
WithoutPants committed Feb 19, 2024
1 parent 777fb44 commit b4a6cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/v2.5/src/components/Tags/TagSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4a6cc4

Please sign in to comment.