mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Add ReactEditorView::hiddenInput shim
This commit is contained in:
@@ -53,6 +53,7 @@ class ReactEditorView extends View
|
||||
|
||||
@underlayer = $(node).find('.selections').addClass('underlayer')
|
||||
@overlayer = $(node).find('.lines').addClass('overlayer')
|
||||
@hiddenInput = $(node).find('.hidden-input')
|
||||
|
||||
@gutter = $(node).find('.gutter')
|
||||
@gutter.removeClassFromAllLines = (klass) =>
|
||||
|
||||
Reference in New Issue
Block a user