Closed jithu-d closed 8 years ago
Can you give me a bit more information about how to reproduce this issue? I was unable to get the error to occur! Also, what version are you using?
Closing as I am unable to reproduce this issue. Feel free to re-open if it comes back!
TextEditor.prototype.displayBuffer
has always been private, but now it is gone. Reading thedisplayBuffer
property now returns a reference to the containingTextEditor
, which now provides some of the API of the defunctDisplayBuffer
class.