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.79k stars 1.12k forks source link

Why my editor is readonly, I cannot input nor click. #748

Closed luvvien closed 5 years ago

luvvien commented 5 years ago

Why my editor is readonly, I cannot input nor click. block There is my code:

window.SimpleMDE = require('simplemde');
var markdown = new SimpleMDE();

And I use Laravel.