ITADN

Event Listeners line and column numbers don't match with the source code

#116OpenKamruzzamanAsif 创建于 2024-08-27
bug
K
KamruzzamanAsifcommented
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. ![image](https://github.com/user-attachments/assets/a7d44f90-fc01-4465-b891-08a40ef67406) **Here the line number is 33.** ![image](https://github.com/user-attachments/assets/2c6aa69a-7f9d-4b90-b479-ff843abf9e23) **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 条评论