Replace scroll-into-view with scroll-to-element
The new choice is simpler. It does not deal with scrollable elements below the window. On the other hand, this also makes it less liable to choke on edge cases when scrolling the window would be just fine.
Showing
... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
"ng-tags-input": "2.2.0", | "ng-tags-input": "2.2.0", | ||
"node-iterator-shim": "^1.0.1", | "node-iterator-shim": "^1.0.1", | ||
"node-uuid": "^1.4.3", | "node-uuid": "^1.4.3", | ||
"scroll-into-view": "^1.2.0", | "scroll-to-element": "0.0.2", | ||
"showdown": "^1.2.1", | "showdown": "^1.2.1", | ||
"uglify-js": "^2.4.14", | "uglify-js": "^2.4.14", | ||
"unorm": "^1.3.3" | "unorm": "^1.3.3" | ||
... | ... |
Please register or sign in to comment