mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
退出全屏 esc 触发监听4
This commit is contained in:
@@ -623,7 +623,7 @@ export default {
|
||||
if (!this.isFullscreen) {
|
||||
// 退出全屏后的逻辑(如暂停视频、更新 UI 等)
|
||||
console.log('ESC 已退出全屏 handleFullscreenChange',this.isFullscreen);
|
||||
this.isFullscreen = true)
|
||||
this.isFullscreen = true;
|
||||
this.toggleFullScreen();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user