This commit is contained in:
Josh Hawkins 2024-03-15 09:56:02 -05:00
parent 8958cf3236
commit df1cee2266

View File

@ -112,9 +112,7 @@ export function CameraGroupSelector({ className }: CameraGroupSelectorProps) {
: "text-muted-foreground bg-secondary"
}
size="xs"
onClick={() => {
setGroup(name, group != "default");
}}
onClick={() => setGroup(name, group != "default")}
onMouseEnter={() => (isDesktop ? showTooltip(name) : null)}
onMouseLeave={() => (isDesktop ? showTooltip(undefined) : null)}
>