Ajaxy / telegram-tt

Telegram Web A, GPL v3
https://web.telegram.org/a
GNU General Public License v3.0
2.38k stars 518 forks source link

fix: video playing after pause in fullscreen #212

Closed iib0011 closed 1 year ago

iib0011 commented 1 year ago

In full screen, even without the onClick props the video will play and pause normally. So giving it again the onPause and onPlay props will cause problem. When not in full screen we must use the onClick props

Ajaxy commented 1 year ago

Merged, thank you!