mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Change message in scroll canary
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user