Revert "Don't trigger scroll event on edit session load, it is called automatically "

This reverts commit cae7c18db4.
This commit is contained in:
Corey Johnson
2012-05-16 09:07:19 -07:00
parent 27f3d3d03d
commit bf4b41e482

View File

@@ -381,6 +381,7 @@ class Editor extends View
editSession = @getActiveEditSession()
@verticalScrollbar.scrollTop(editSession.scrollTop ? 0)
@scrollView.scrollLeft(editSession.scrollLeft ? 0)
@verticalScrollbar.trigger 'scroll'
saveCurrentEditSession: ->
@editSessions[@activeEditSessionIndex] =