You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atom Version: 1.13.1 Electron Version: 1.3.13 System: Mac OS X 10.12 Thrown From: scroll-searcher package, v5.1.0
TextEditor.prototype.displayBuffer has always been private, but now
it is gone. Reading the displayBuffer property now returns a reference
to the containing TextEditor, which now provides some of the API of
the defunct DisplayBuffer class.
[Enter steps to reproduce below:]
Atom Version: 1.13.1
Electron Version: 1.3.13
System: Mac OS X 10.12
Thrown From: scroll-searcher package, v5.1.0
TextEditor.prototype.displayBuffer
has always been private, but nowit is gone. Reading the
displayBuffer
property now returns a referenceto the containing
TextEditor
, which now provides some of the API ofthe defunct
DisplayBuffer
class.The text was updated successfully, but these errors were encountered: