Event Listeners line and column numbers don't match with the source code
bug
I came out with a problem with the output. At output, the line numbers and column numbers for event listeners don't match with the source code.

**Here the line number is 33.**

**But actually in source code the line number is 10.**
Note: mousemove is a custom event listener. I am running code in localhost. The code isn't minified.
1 条评论