Fix title tooltip appearing for fullscreen videos (#40127)

This commit is contained in:
diondiondion
2026-08-12 11:55:08 +02:00
committed by Claire
parent 77b51c07ac
commit 2178939191

View File

@@ -836,7 +836,7 @@ export const Video: React.FC<{
role='button'
tabIndex={0}
aria-label={alt}
title={alt}
title={fullscreen ? undefined : alt}
lang={lang}
onClick={handleClick}
onKeyDownCapture={handleVideoKeyDown}