mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Initialize scopedCharacterWidthsChangeCount to 0
This commit is contained in:
@@ -8,6 +8,7 @@ class TextEditorPresenter
|
||||
startBlinkingCursorsAfterDelay: null
|
||||
stoppedScrollingTimeoutId: null
|
||||
mouseWheelScreenRow: null
|
||||
scopedCharacterWidthsChangeCount: 0
|
||||
|
||||
constructor: (params) ->
|
||||
{@model, @autoHeight, @explicitHeight, @contentFrameWidth, @scrollTop, @scrollLeft} = params
|
||||
|
||||
Reference in New Issue
Block a user