mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix bug where clicking an editor pane didn't focus the editor
We don't need to return false from the click handler. It was an experiment when debugging scrolling that I left in accidentally.
This commit is contained in:
@@ -154,8 +154,6 @@ class Editor extends View
|
||||
|
||||
@selectOnMousemoveUntilMouseup()
|
||||
|
||||
return false
|
||||
|
||||
@hiddenInput.on "textInput", (e) =>
|
||||
@insertText(e.originalEvent.data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user