dundalek / atom-markdown-mindmap

Visualize markdown files as mindmaps in Atom editor
Other
117 stars 31 forks source link

TextEditor.setScrollTop is deprecated. #17

Closed floriandierickx closed 7 years ago

floriandierickx commented 7 years ago

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

TextEditor.setScrollTop (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:3494:12)
<unknown> (.../.atom/packages/markdown-mindmap/lib/markdown-mindmap-view.coffee:312:23)
floriandierickx commented 7 years ago

Everything is working perfectly fine (thanks a lot for that!), but I got this error message popping up recently.

dundalek commented 7 years ago

Thanks for reporting, I will look into it.

dundalek commented 7 years ago

This is now fixed in the v0.3.3 update.