mirror of
https://github.com/atom/atom.git
synced 2026-02-09 14:15:24 -05:00
Renderer can place a fold placeholder directly before a soft-wrap
This commit is contained in:
@@ -11,7 +11,7 @@ class ScreenLineFragment
|
||||
_.extend(this, extraFields)
|
||||
|
||||
splitAt: (column) ->
|
||||
return [undefined, this] if column == 0
|
||||
return [new ScreenLineFragment([], '', [0, 0], [0, 0]), this] if column == 0
|
||||
|
||||
rightTokens = _.clone(@tokens)
|
||||
leftTokens = []
|
||||
|
||||
Reference in New Issue
Block a user