GhostScroll
GhostScroll copied to clipboard
Add click listener to correct fn-item
Or there will be multiple listeners on a single fn-item, which causes race condition when clicking an item. I suffered a scrolling issue after clicking the nav item and some other strange behaviors when I have 10+ posts until I made this fix.