Bug:Unable to locate the point
Open
- 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.