mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Add a boolean isFocused flag to editor that is assigned when the hidden input gains / loses focus. This makes it easier in specs because we can treat the editor as if its focused without having to add it to the DOM. It's also a bit more abstract.