DIYgod / DIYgod/APlayer

Bug:Unable to locate the point

Open
#412 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7.7k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

I found a bug with an event listener inside, which made it impossible to locate the point
```js
function(e) {
if (!e.defaultPrevented) {
e.preventDefault(), location.hash !== this.hash && window.history.pushState(null, null, this.hash);
var n = document.getElementById(this.hash.substring(1));
if (!n) return;
t(n, 500, function(e) {
location.replace("#" + e.id)
})
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.