mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Editor returns false when TextInput events are handled
This commit is contained in:
@@ -193,6 +193,7 @@ class Editor extends View
|
||||
|
||||
@on "textInput", (e) =>
|
||||
@insertText(e.originalEvent.data)
|
||||
false
|
||||
|
||||
@scroller.on 'scroll', =>
|
||||
@gutter.scrollTop(@scroller.scrollTop())
|
||||
|
||||
Reference in New Issue
Block a user