bootstrap-markdown
bootstrap-markdown copied to clipboard
Scroll up to top of the page
Hi, I find a bug with textarea focus. If I paste big text in editor, and then I try to mark some part of this text as bold (with pressing a button), the page scroll to top. I find line of code, that produce this bug:
186 if (handlerName.indexOf('cmdSave') < 0) {
187 this.$textarea.focus();
188 }
:+1: Can you fix it?