cs150bf / ever-notedown

Atom Editor Plugin
MIT License
140 stars 13 forks source link

TextEditor.getScrollTop is deprecated. #88

Closed ag14spirit closed 7 years ago

ag14spirit commented 7 years ago

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

TextEditor.getScrollTop (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:3468:12)
HTMLAnchorElement.<anonymous> (/Users/Joshua/.atom/packages/ever-notedown/lib/ever-notedown-preview-view.coffee:757:55)
HTMLAnchorElement.dispatch (/Users/Joshua/.atom/packages/ever-notedown/node_modules/jquery/dist/jquery.js:4435:9)
HTMLAnchorElement.elemData.handle (/Users/Joshua/.atom/packages/ever-notedown/node_modules/jquery/dist/jquery.js:4121:28)
cs150bf commented 7 years ago

If you are still having this issue after https://github.com/cs150bf/ever-notedown/releases/tag/v0.2.26, please comment again and I'll reopen this issue & reinvestigate the problem.