bootstrap-markdown icon indicating copy to clipboard operation
bootstrap-markdown copied to clipboard

Scroll up to top of the page

Open alexeyfrank opened this issue 10 years ago • 1 comments

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      }

alexeyfrank avatar Mar 30 '15 11:03 alexeyfrank

:+1: Can you fix it?

PlugIN73 avatar Jun 01 '15 13:06 PlugIN73