Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

toTextArea fails with status = false #286

Closed
phw opened this issue Mar 24, 2016 · 0 comments
Closed

toTextArea fails with status = false #286

phw opened this issue Mar 24, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@phw
Copy link

phw commented Mar 24, 2016

If the statusbar is disabled with the status = false option simplemde.toTextArea will fail with:

Error: Argument 1 of Node.removeChild is not an object.

This is easy to reproduce. This will work:

var simplemde = new SimpleMDE();
simplemde.toTextArea();

This not:

var simplemde = new SimpleMDE({
  status: false
});
simplemde.toTextArea();
@WesCossick WesCossick added the bug label Mar 25, 2016
@WesCossick WesCossick added this to the 1.11.0 milestone Mar 25, 2016
@WesCossick WesCossick self-assigned this Mar 25, 2016
@prostoandrei prostoandrei mentioned this issue Mar 31, 2016
@WesCossick WesCossick mentioned this issue Jun 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants