mirror of
https://github.com/stashapp/stash.git
synced 2026-02-12 18:34:09 +01:00
Default tag hover popover to right (#4593)
This commit is contained in:
parent
777fb44ac6
commit
b4a6cc43d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue