abcjs
abcjs copied to clipboard
Unexpected scroll after click
When I click on a music note and analysis.clickedName
in the click function has a valid note name everything is OK, but when the value is undefined
, page scrolls up which is annoying.
How could I solve it?
I'd have to debug to figure out what is happening here. I'm not sure. I don't know what is causing the scroll. You could start by commenting out your entire click handler and seeing what effect that has.
I removed clickListener but it doesn't work. Of course in order to get rid of this problem I wrote a function to disable page scroll and then enable it with setTimeout.