mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
The isFocused property has now been added to editor state. When an editor is attached to the dom, it focuses itself automatically if and only if the @isFocused property is true. The @isFocused property gets assigned when the editor is constructed by the root view with its previous state.