迎合以前顺序

This commit is contained in:
Karl Chen 2017-12-24 09:58:18 +08:00 committed by GitHub
parent 01bea4ac30
commit 212db32d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = () => {