mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
fe3ea229a2780f0619d32cce57758ada7f762cab
Previously, we stopped propagation on mousedown events to prevent certain cases where focus was being lost after double clicking to select a word. Unfortunately, this also broke the ability to focus the editor by clicking it. When investigating this, I noticed that whenever we lost focus, the target of the mousedown event was always the cursor. So I tried setting `pointer-events: none` on cursors and can no longer reproduce the double-click issue. /cc @probablycorey
Atom is a hackable text editor for the 21st century, built on atom-shell, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.
Visit atom.io to learn more.
Installing
Download the latest Atom release.
Atom will automatically update when a new release is available.
Building
Developing
Check out the guides and the API reference.
Description
Languages
JavaScript
88.3%
Less
8.7%
CoffeeScript
2.8%
Shell
0.1%
