prevent fast clicks in video controls from selecting text

This commit is contained in:
Josh Hawkins 2026-05-09 20:29:52 -05:00
parent ba5e4119cb
commit da1671b6eb

View File

@ -198,7 +198,7 @@ export default function VideoControls({
return (
<div
className={cn(
"z-50 flex w-auto items-center justify-between gap-4 rounded-lg bg-background/60 px-4 py-2 text-primary sm:flex-nowrap sm:gap-8",
"z-50 flex w-auto select-none items-center justify-between gap-4 rounded-lg bg-background/60 px-4 py-2 text-primary sm:flex-nowrap sm:gap-8",
className,
isMobileOnly &&
Object.values(features).filter((feat) => feat).length >