mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-15 07:12:11 +00:00
Add spell check underline to front marker layer
This commit is contained in:
parent
d1e0849c5e
commit
9db2fc93a4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ define [
|
||||||
highlight.row, highlight.column,
|
highlight.row, highlight.column,
|
||||||
highlight.row, highlight.column + highlight.word.length
|
highlight.row, highlight.column + highlight.word.length
|
||||||
)
|
)
|
||||||
highlight.markerId = @editor.getSession().addMarker range, "spelling-highlight"
|
highlight.markerId = @editor.getSession().addMarker range, "spelling-highlight", null, true
|
||||||
@highlights.rows[highlight.row] ||= []
|
@highlights.rows[highlight.row] ||= []
|
||||||
@highlights.rows[highlight.row].push highlight
|
@highlights.rows[highlight.row].push highlight
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue