mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove console warning
- Per @nathansobo, we’re not sure whether it’s even helpful to know this
This commit is contained in:
@@ -420,7 +420,6 @@ class TextEditorComponent
|
||||
|
||||
onScrollViewScroll: =>
|
||||
if @mounted
|
||||
console.warn "TextEditorScrollView scrolled when it shouldn't have."
|
||||
@scrollViewNode.scrollTop = 0
|
||||
@scrollViewNode.scrollLeft = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user