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
Have a MD file (I edited the README.md from node-schedule)
Open Plugin "Markdown Preview" to show a rendered version of the md file
Atom: 1.18.0 x64 Electron: 1.3.15 OS: Mac OS X 10.12.6 Thrown From: xatom-debug package 1.6.10
Stack Trace
Uncaught TypeError: editor.element.getScrollTop is not a function
At /Users/ingof/.atom/packages/xatom-debug/lib/editor/editor-manager.js:223
TypeError: editor.element.getScrollTop is not a function
at EditorManager.getEditorPositionFromEvent (/packages/xatom-debug/lib/editor/editor-manager.js:223:62)
at EditorManager.listenExpressionEvaluations (/packages/xatom-debug/lib/editor/editor-manager.js:252:35)
at HTMLDivElement.expressionHandler (/packages/xatom-debug/lib/editor/editor-manager.js:159:57)
Danggit, I thought my fix worked, but apparently not...
It seems that if the Markdown preview is open when I restart atom then I don't see the "editor.element.getScrollTop is not a function" error. If I markdown preview is closed when I start atom, then I will see the "editor.element.getScrollTop is not a function" error. That easy workaround seems to work for now and I'm able to use the markdown preview without going insane from the error messages.
[Enter steps to reproduce:]
Atom: 1.18.0 x64
Electron: 1.3.15
OS: Mac OS X 10.12.6
Thrown From: xatom-debug package 1.6.10
Stack Trace
Uncaught TypeError: editor.element.getScrollTop is not a function
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: