Fix appendToLinesView

This commit is contained in:
Nathan Sobo
2014-10-16 13:57:08 -06:00
parent 3b455c00d3
commit 866f2d9a76

View File

@@ -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()