refactory-id / bootstrap-markdown

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

Clicking preview disables javascript. #176

Closed DanielGJohnsen closed 9 years ago

DanielGJohnsen commented 9 years ago

I have onFocus: e.showButtons("all"), and onBlur: e.hideButtons("all"). This works just fine, but if the textarea is in preview mode, it focuses and automatically blurs when i click the textarea. Anyone knows a fix to this problem?

And is it possible to hide the whole btn-toolbar? Not just the buttons.