mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
5309d5f24d17c0cc808eecdb50de470890272fe0
When a view receives a 'focusout' event, we relay that to the model by calling ::blur. This is great for when users initiate the change in focus, but 'focusout' events can *also* be caused by elements being temporarily detached from the DOM. The ::suppressBlur method gives the ability to ignore blur calls during a certain operation. This is helpful, for example, when we want to detach a model and reattach it somewhere else without changing its focus state.
Atom — The hackable, collaborative editor
Check out our guides and API documentation.
Installing
Download the latest Atom release.
Atom will automatically update when a new release is available.
Building
Follow the instructions in the build docs.
Description
Languages
JavaScript
88.3%
Less
8.7%
CoffeeScript
2.8%
Shell
0.1%
