* Add cursor pointer to preset dropdown

* Catch key index

* Fix iOS mime type
This commit is contained in:
Nicolas Mowen
2024-05-30 07:41:37 -06:00
committed by GitHub
parent 9cb3e11df6
commit 1c5e7ebb48
3 changed files with 10 additions and 3 deletions

View File

@@ -594,6 +594,7 @@ function PtzControlPanel({
return (
<DropdownMenuItem
key={preset}
className="cursor-pointer"
onSelect={() => sendPtz(`preset_${preset}`)}
>
{preset}