mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Attach views to .lines instead of defunct .scroll-view-content
This commit is contained in:
@@ -64,7 +64,8 @@ class ReactEditorView extends View
|
||||
|
||||
appendToLinesView: (view) ->
|
||||
view.css('position', 'absolute')
|
||||
@find('.scroll-view-content').prepend(view)
|
||||
view.css('z-index', 1)
|
||||
@find('.lines').prepend(view)
|
||||
|
||||
beforeRemove: ->
|
||||
React.unmountComponentAtNode(@element)
|
||||
|
||||
Reference in New Issue
Block a user