Hide list view options popover on select (#5940)

This commit is contained in:
WithoutPants 2025-06-19 16:40:06 +10:00 committed by GitHub
parent fe9a6d87d2
commit c5fe6748c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,6 +145,7 @@ export const ListViewOptions: React.FC<IListViewOptionsProps> = ({
key={option}
active={displayMode === option}
onClick={() => {
setShowOptions(false);
onSetDisplayMode(option);
}}
>