mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Reduce line overdraw to improve scroll performance
This commit is contained in:
@@ -43,7 +43,7 @@ class Editor extends View
|
||||
activeEditSession: null
|
||||
editSessions: null
|
||||
attached: false
|
||||
lineOverdraw: 100
|
||||
lineOverdraw: 10
|
||||
pendingChanges: null
|
||||
newCursors: null
|
||||
newSelections: null
|
||||
|
||||
Reference in New Issue
Block a user