Unsubscribe EditorComponent before unmounting

This commit is contained in:
Nathan Sobo
2014-04-18 16:11:21 -06:00
parent 4e27e765d0
commit 10d6ec156f

View File

@@ -78,6 +78,7 @@ EditorComponent = React.createClass
@requestUpdate()
componentWillUnmount: ->
@unsubscribe()
@getDOMNode().removeEventListener 'mousewheel', @onMouseWheel
componentWillUpdate: ->