double
This commit is contained in:
parent
9d3fbb4a2e
commit
17c2ac8f5a
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@ function formatInfo(config, ascroll) {
|
|||
}
|
||||
|
||||
function showOverlay(event) {
|
||||
event.stopPropagation()
|
||||
event.preventDefault()
|
||||
document.querySelectorAll('#video-overlay').forEach(element => element.remove())
|
||||
var video = event.target
|
||||
var rect = video.getBoundingClientRect();
|
||||
|
|
Loading…
Reference in a new issue