This commit is contained in:
Nathan Sobo
2014-04-01 17:10:36 -06:00
parent e365e51a2b
commit a55c329226

View File

@@ -71,7 +71,6 @@ EditorCompont = React.createClass
@refs.hiddenInput.focus()
componentWillUnmount: ->
@props.editor.off 'screen-lines-changed', @onScreenLinesChanged
@getDOMNode().removeEventListener 'mousewheel', @onMousewheel
listenForCustomEvents: ->