This commit is contained in:
@@ -250,8 +250,11 @@ export const ReviewPlayer = forwardRef<ReviewPlayerRef, ReviewPlayerProps>(
|
||||
className
|
||||
)}
|
||||
>
|
||||
{/* Video */}
|
||||
<div className="relative flex-1 min-h-0 overflow-hidden">
|
||||
{/* Video — tap anywhere to play/pause (pointer-events pass through canvas when not annotating) */}
|
||||
<div
|
||||
className="relative flex-1 min-h-0 overflow-hidden"
|
||||
onClick={!isAnnotating ? togglePlayback : undefined}
|
||||
>
|
||||
<video
|
||||
ref={videoRef}
|
||||
src={videoUrl}
|
||||
|
||||
Reference in New Issue
Block a user