Files
atom/static
Nathan Sobo fe3ea229a2 Prevent focus loss on double click without breaking single click focus
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
2014-06-07 12:37:40 +09:00
..
2014-02-28 17:38:08 -08:00
2013-12-06 12:56:14 -08:00
2013-09-20 18:03:21 -07:00
2013-09-10 12:01:16 -07:00
2013-09-12 14:04:17 -07:00
2013-06-12 13:28:39 -07:00
2013-03-11 10:02:18 -07:00
2014-01-29 18:00:00 -08:00
2014-01-29 18:00:00 -08:00
2013-12-03 10:37:31 -08:00
2013-09-10 11:59:39 -07:00
2013-09-12 14:04:18 -07:00
2013-09-26 15:37:28 -07:00
2013-12-06 12:56:14 -08:00
2013-10-23 10:42:13 -07:00