mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04: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