sparksuite / simplemde-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://simplemde.com
MIT License
9.89k stars 1.12k forks source link

Uncaught TypeError when setting simplemde.codemirror.options.lineNumbers = true (simplemde.js v1.11.2) #727

Open Didjeeh opened 5 years ago

Didjeeh commented 5 years ago

Uncaught TypeError: Cannot read property 'style' of null (simplemde.js v1.11.2)

On line 1870:

return r.lineGutter.style.width = "",

for

simplemde = new SimpleMDE({ element: $("#graph-txt")[0] });

when setting

simplemde.codemirror.options.lineNumbers = true;