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:
Nathan Sobo
2012-04-11 14:24:00 -06:00
parent ad7b522228
commit f97ffa8826

View File

@@ -154,8 +154,6 @@ class Editor extends View
@selectOnMousemoveUntilMouseup()
return false
@hiddenInput.on "textInput", (e) =>
@insertText(e.originalEvent.data)