mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Fix appendToLinesView
This commit is contained in:
@@ -169,7 +169,7 @@ class TextEditorView extends View
|
||||
appendToLinesView: (view) ->
|
||||
view.css('position', 'absolute')
|
||||
view.css('z-index', 1)
|
||||
@lines.prepend(view)
|
||||
@find('.lines').prepend(view)
|
||||
|
||||
unmountComponent: ->
|
||||
React.unmountComponentAtNode(@element) if @component.isMounted()
|
||||
|
||||
Reference in New Issue
Block a user