🐛 Reuse scroll position on text editor's copy. Fixes #8765

 Update specs to avoid regressions
This commit is contained in:
Aaron Contreras
2016-01-28 00:21:46 +01:00
parent ee86cee4e0
commit cbff7394c6
2 changed files with 5 additions and 0 deletions

View File

@@ -497,6 +497,7 @@ class TextEditor extends Model
newEditor = new TextEditor({
@buffer, displayBuffer, selectionsMarkerLayer, @tabLength, softTabs,
suppressCursorCreation: true, @config, @notificationManager, @packageManager,
@firstVisibleScreenRow, @firstVisibleScreenColumn,
@clipboard, @viewRegistry, @grammarRegistry, @project, @assert, @applicationDelegate
})
newEditor