mirror of
https://github.com/atom/atom.git
synced 2026-02-18 18:34:21 -05:00
Don't replicate spell check markers
This commit is contained in:
@@ -14,7 +14,7 @@ class MisspellingView extends View
|
||||
@endPosition = range.end
|
||||
@misspellingValid = true
|
||||
|
||||
@marker = @editSession.markScreenRange(range, invalidation: 'inside')
|
||||
@marker = @editSession.markScreenRange(range, invalidation: 'inside', replicate: false)
|
||||
@marker.on 'changed', ({newHeadScreenPosition, newTailScreenPosition, isValid}) =>
|
||||
@startPosition = newTailScreenPosition
|
||||
@endPosition = newHeadScreenPosition
|
||||
|
||||
Reference in New Issue
Block a user