Change message in scroll canary

This commit is contained in:
Ben Ogle
2014-06-19 14:27:20 -07:00
parent 6e201104bc
commit f27b897e91

View File

@@ -478,7 +478,7 @@ EditorComponent = React.createClass
onScrollViewScroll: ->
if @isMounted()
console.warn "EditorScrollView scroll position changed, and it shouldn't have. If you can reproduce this, please report it."
console.warn "EditorScrollView scrolled when it shouldn't have."
scrollViewNode = @refs.scrollView.getDOMNode()
scrollViewNode.scrollTop = 0
scrollViewNode.scrollLeft = 0