thomaslindstrom / color-picker

A color picker for the Atom Editor. Right click a color and select color picker to open it.
MIT License
246 stars 50 forks source link

TextEditor.onDidChangeScrollTop is deprecated. #223

Closed VeldaDraws closed 7 years ago

VeldaDraws commented 7 years ago

This is now a view method. Call TextEditorElement::onDidChangeScrollTop instead.

TextEditor.onDidChangeScrollTop (<embedded>:2945:18)
<unknown> (C:\Users\Velda\.atom\packages\color-picker\lib\ColorPicker-view.coffee:160:39)
<unknown> (<embedded>:23211:22)
Function.module.exports.Emitter.simpleDispatch (<embedded>:63096:20)
Emitter.emit (<embedded>:63212:34)
<unknown> (<embedded>:23084:34)
VeldaDraws commented 7 years ago

... I just installed Atom and this wasn't updated. I updated it manually and now it appears to be working.

thomaslindstrom commented 7 years ago

Great!