迎合以前顺序
This commit is contained in:
parent
01bea4ac30
commit
212db32d05
|
|
@ -8,8 +8,8 @@ class FullScreen {
|
|||
this.player.resize();
|
||||
});
|
||||
this.player.events.on('webfullscreen_cancel', () => {
|
||||
utils.setScrollPosition(this.lastScrollPosition);
|
||||
this.player.resize();
|
||||
utils.setScrollPosition(this.lastScrollPosition);
|
||||
});
|
||||
|
||||
const fullscreenchange = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue