mirror of
https://github.com/atom/atom.git
synced 2026-02-12 15:45:23 -05:00
Fix a bug with refreshing the gutter UI.
This commit is contained in:
@@ -541,7 +541,7 @@ class TextEditorPresenter
|
||||
@clearDecorationsForCustomGutterName(gutterName)
|
||||
else
|
||||
@customGutterDecorations[gutterName] = {}
|
||||
return if not @gutterIsVisible(gutter)
|
||||
continue if not @gutterIsVisible(gutter)
|
||||
|
||||
relevantDecorations = @customGutterDecorationsInRange(gutterName, @startRow, @endRow - 1)
|
||||
relevantDecorations.forEach (decoration) =>
|
||||
|
||||
Reference in New Issue
Block a user