Skip to content

Commit

Permalink
fix(xgplayer): 修复拖拽进度条到播放器外层锁定状态未解除问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hongqx committed Jan 9, 2024
1 parent a68ef0a commit 90ecd1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/xgplayer/src/plugins/progress/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ class Progress extends Plugin {
unlock () {
const { player, pos } = this
pos.isEnter = false
pos.isLocked = false
if (player.isMini) {
return
}
Expand Down

0 comments on commit 90ecd1a

Please sign in to comment.