refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 371 forks source link

fixed case with initialstate and multiple md-editor instances #70

Closed acrobat closed 10 years ago

acrobat commented 10 years ago

This PR fixed an bug when using the initial state option on a page with multiple md-editor instances, with this change it will only initilize the initialstate option, if the instance is created for the first time

initialstate option introduced in PR https://github.com/toopay/bootstrap-markdown/pull/64

toopay commented 10 years ago

Thanks for taking this responsibility.