Don't replicate spell check markers

This commit is contained in:
Kevin Sawicki & Nathan Sobo
2013-07-23 18:31:30 -07:00
parent 672d0051cc
commit 79fab6602f
2 changed files with 2 additions and 2 deletions

View File

@@ -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