Skip to content

Commit

Permalink
日常提交
Browse files Browse the repository at this point in the history
  • Loading branch information
yisar committed Jun 27, 2024
1 parent a19cc8d commit 70bd83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/eplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ class Eplayer extends HTMLElement {
},
})
this.delegate('keydown', this.keydown)
this.delegate('pointermove', this.alow)
this.delegate('pointerdown', this.alow)
this.$('.eplayer').oncontextmenu = () => false
}
}
Expand Down

0 comments on commit 70bd83f

Please sign in to comment.