editor icon indicating copy to clipboard operation
editor copied to clipboard

how to make the editor autofocus be false?

Open zp1112 opened this issue 8 years ago • 1 comments

When I location to the topic page,it positioned in the comment box anchor but not the top of page.

zp1112 avatar Oct 14 '16 08:10 zp1112

Use the jsdelivr CDN version, it won't set autofocus to true. And when you want to focus, just call editor.codemirror.focus() after editor.render().

AnsonKong avatar Jan 11 '18 16:01 AnsonKong