Files
atom/spec
Nathan Sobo f02d956362 Preserve the only the target screen row when scrolling via mousewheel
When the target of a mousewheel event is removed, it breaks velocity
scrolling.

Previously, we were preserving the entire screen range when scrolling
with the mouse wheel, which caused a lot of DOM nodes to accumulate. Now
we only preserve the individual line and line number associated with the
target of the mousewheel event, moving them just off screen below all
the on-screen lines and line numbers. This keeps the number of DOM nodes
limited while retaining velocity effects.
2014-04-22 17:09:44 -06:00
..
2013-09-20 14:14:17 -07:00
2014-02-02 19:29:54 +06:00
2014-03-18 16:32:34 +08:00
2014-03-18 16:32:34 +08:00
2014-04-22 09:51:15 -07:00
2014-04-11 11:14:46 -07:00
2014-04-22 10:01:24 -07:00