Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.45k stars 319 forks source link

Fullscreen doesn't work with toolbar: false #18

Closed aphitiel closed 6 years ago

aphitiel commented 6 years ago
  1. Instantiate EasyMDE with toolbar: false
  2. call toggleSideBySide or toggleFullscreen
  3. throws TypeError: Cannot read property 'side-by-side' of undefined here
Ionaru commented 6 years ago

Fixed in #19