mirror of
https://github.com/atom/atom.git
synced 2026-02-12 15:45:23 -05:00
Reset only lines state
This commit is contained in:
@@ -74,10 +74,9 @@ class TextEditorPresenter
|
||||
@updateEndRow()
|
||||
|
||||
@updateLineDecorations() if @shouldUpdateDecorations
|
||||
@updateTilesState() if @shouldUpdateLineNumbersState or @shouldUpdateLinesState
|
||||
@updateTilesState() if @shouldUpdateLinesState
|
||||
|
||||
@shouldUpdateLinesState = false
|
||||
@shouldUpdateLineNumbersState = false
|
||||
|
||||
@state
|
||||
|
||||
|
||||
Reference in New Issue
Block a user