Files
atom/spec
Antonio Scandurra 1af1400911 Fix increasing/decreasing font size via ctrl-mousewheel
This regression was introduced with the removal of the shadow DOM from
`<atom-text-editor>` elements. Previously we were relying on Chrome
always reporting `<atom-text-editor>` as the mousewheel `event.target`.
As a result, removing the shadow boundary caused the mousewheel event to
be potentially dispatched from anywhere inside the editor element,
making our previous logic for handling ctrl-mousewheel invalid. This
commit fixes it by recognizing mousewheel events that are dispatched
from within an editor.
2017-01-20 13:53:49 +01:00
..
2016-12-14 13:30:34 -07:00
2017-01-14 09:04:49 -08:00
2016-08-25 22:44:57 -04:00
🎨
2016-03-25 16:37:01 +01:00
2016-10-27 10:57:48 -07:00
2016-09-26 20:52:13 +03:00
2016-09-26 20:52:13 +03:00
👕
2016-12-22 16:39:40 -08:00
2016-03-01 10:56:03 -05:00