mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Ensure new non-empty selections have an invisible cursor.
This commit is contained in:
@@ -556,6 +556,9 @@ class EditSession
|
||||
isMarkerReversed: (args...) ->
|
||||
@displayBuffer.isMarkerReversed(args...)
|
||||
|
||||
doesMarkerHaveTail: (args...) ->
|
||||
@displayBuffer.doesMarkerHaveTail(args...)
|
||||
|
||||
hasMultipleCursors: ->
|
||||
@getCursors().length > 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user