TextEditor.prototype.editorElement has always been private, but now
it is gone. Reading the editorElement property still returns a
reference to the editor element but this field will be removed in a
later version of Atom, so we recommend using the element property instead.
TextEditor.prototype.editorElement
has always been private, but now it is gone. Reading theeditorElement
property still returns a reference to the editor element but this field will be removed in a later version of Atom, so we recommend using theelement
property instead.