set onclick

This commit is contained in:
Nicolas Mowen 2024-03-04 18:19:01 -07:00 committed by GitHub
parent cf1ecfc7a3
commit 214710ea3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -232,6 +232,7 @@ export default function DynamicVideoPlayer({
return (
<div
className={`relative ${className ?? ""} ${onClick ? (hasRecordingAtTime ? "cursor-pointer" : "") : ""}`}
onClick={onClick}
>
{!previewOnly && (
<div