[Glitch] Fix title tooltip appearing for fullscreen videos
Port 697e96c220e49794516cca88a46a6d193e95a994 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
555fc93b9a
commit
4b77835f28
@ -842,7 +842,7 @@ export const Video: React.FC<{
|
|||||||
role='button'
|
role='button'
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
aria-label={alt}
|
aria-label={alt}
|
||||||
title={alt}
|
title={fullscreen ? undefined : alt}
|
||||||
lang={lang}
|
lang={lang}
|
||||||
onClick={handleClick}
|
onClick={handleClick}
|
||||||
onKeyDownCapture={handleVideoKeyDown}
|
onKeyDownCapture={handleVideoKeyDown}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user