mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-20 12:14:37 -05:00
Fix title tooltip appearing for fullscreen videos (#40127)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user