mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Hide list view options popover on select (#5940)
This commit is contained in:
@@ -145,6 +145,7 @@ export const ListViewOptions: React.FC<IListViewOptionsProps> = ({
|
||||
key={option}
|
||||
active={displayMode === option}
|
||||
onClick={() => {
|
||||
setShowOptions(false);
|
||||
onSetDisplayMode(option);
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user