evanshultz / neater-bookmarks

A neater bookmarks tree popup extension for Chrome
https://chrome.google.com/webstore/detail/ofgjggbjanlhbgaemjbkiegeebmccifi
MIT License
215 stars 61 forks source link

scrollByLines is not a function #93

Open pallegro opened 6 years ago

pallegro commented 6 years ago

Occurs when dragging a bookmark upwards. Replacing scrollByLines(1) with scrollBy(0,50) and scrollByLines(-1) with scrollBy(0,-50) fixes it.