mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Move spelling marker to back marker layer where it is updated properly by Ace
This commit is contained in:
parent
1d09fe2861
commit
11a104ef96
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ define [
|
|||
highlight.row, highlight.column,
|
||||
highlight.row, highlight.column + highlight.word.length
|
||||
)
|
||||
highlight.markerId = @editor.getSession().addMarker range, "spelling-highlight", null, true
|
||||
highlight.markerId = @editor.getSession().addMarker range, "spelling-highlight", 'text', false
|
||||
@highlights.rows[highlight.row] ||= []
|
||||
@highlights.rows[highlight.row].push highlight
|
||||
|
||||
|
|
Loading…
Reference in a new issue