mirror of
https://github.com/atom/atom.git
synced 2026-02-17 01:51:54 -05:00
Add TextEditorMarkerLayer
This commit is contained in:
@@ -1681,10 +1681,6 @@ class TextEditor extends Model
|
||||
getMarkerCount: ->
|
||||
@buffer.getMarkerCount()
|
||||
|
||||
# {Delegates to: DisplayBuffer.destroyMarker}
|
||||
destroyMarker: (args...) ->
|
||||
@displayBuffer.destroyMarker(args...)
|
||||
|
||||
###
|
||||
Section: Cursors
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user