mirror of https://github.com/Kylart/KawAnime.git
Fixded a bug that would make the video overlay hidden if fullscreen mode is set while minimized
This commit is contained in:
parent
47ab28b68b
commit
7e4a2f57dc
|
@ -92,6 +92,8 @@
|
|||
this.fullscreen = !this.fullscreen
|
||||
await this.$axios.get('/_fullScreen', { params: { bool: this.fullscreen } })
|
||||
|
||||
this.isMinimized = false
|
||||
|
||||
if (this.fullscreen) {
|
||||
this.z = 3
|
||||
this.width = 100
|
||||
|
|
Loading…
Reference in New Issue