Files
atom/spec
Nathan Sobo 89c57b6d52 Only set the mouseWheelScreenRow when scrolling vertically
When we handle a mousewheel event targeting a line or line number, we
assign the mousewheelScreenRow to prevent the removal of the target
node, which interferes with velocity scrolling.

However, the ::mousewheelScreenRow is only cleared 100ms after we stop
scrolling vertically. This means that if we're only scrolling
horizontally, it's never cleared. This causes the line node associated
with this screen row to hang around longer until the mousewheel screen
row is cleared again, which is not what we want.

This commit only assigns the ::mousewheelScreenRow when scrolling
vertically, so we can be sure it will be cleared.
2014-05-31 08:56:57 +09:00
..
2014-05-16 15:05:49 -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-05-28 16:34:42 -07:00
2014-05-05 11:28:36 -07:00