mirror of
https://github.com/atom/atom.git
synced 2026-02-08 05:35:04 -05:00
Serialize pending state for editor
This commit is contained in:
@@ -150,6 +150,7 @@ class TextEditor extends Model
|
||||
firstVisibleScreenColumn: @getFirstVisibleScreenColumn()
|
||||
displayBuffer: @displayBuffer.serialize()
|
||||
selectionsMarkerLayerId: @selectionsMarkerLayer.id
|
||||
pending: @isPending()
|
||||
|
||||
subscribeToBuffer: ->
|
||||
@buffer.retain()
|
||||
|
||||
Reference in New Issue
Block a user