mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 16:34:02 +01:00
Hide list view options popover on select (#5940)
This commit is contained in:
parent
fe9a6d87d2
commit
c5fe6748c0
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ export const ListViewOptions: React.FC<IListViewOptionsProps> = ({
|
|||
key={option}
|
||||
active={displayMode === option}
|
||||
onClick={() => {
|
||||
setShowOptions(false);
|
||||
onSetDisplayMode(option);
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue