mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Allow editor to be focused when it is clicked
This commit is contained in:
@@ -316,7 +316,6 @@ class Editor extends View
|
||||
@overlayer.show()
|
||||
e.target = clickedElement
|
||||
$(clickedElement).trigger(e)
|
||||
false
|
||||
|
||||
@renderedLines.on 'mousedown', '.fold.line', (e) =>
|
||||
@destroyFold($(e.currentTarget).attr('fold-id'))
|
||||
|
||||
Reference in New Issue
Block a user