mirror of
https://github.com/atom/atom.git
synced 2026-02-09 06:05:11 -05:00
Listen on Editor for bubbled textInput events instead of directly on hidden input
This commit is contained in:
@@ -186,7 +186,7 @@ class Editor extends View
|
||||
|
||||
@selectOnMousemoveUntilMouseup()
|
||||
|
||||
@hiddenInput.on "textInput", (e) =>
|
||||
@on "textInput", (e) =>
|
||||
@insertText(e.originalEvent.data)
|
||||
|
||||
@scroller.on 'scroll', =>
|
||||
|
||||
Reference in New Issue
Block a user