pylixm / django-mdeditor

Django-mdeditor is Markdown Editor plugin application for django base on Editor.md.
https://pypi.org/project/django-mdeditor/
GNU General Public License v3.0
485 stars 109 forks source link

自动滚动到editor页面 #41

Closed yuanquan404 closed 5 years ago

yuanquan404 commented 5 years ago

当页面较长时, 进度条会自动滚动到editor处, 可以设置为不滚动吗

pylixm commented 5 years ago

可否提供个页面demo ,便于我调试。

yuanquan404 commented 5 years ago

就是点开页面, 它会自动滚动到编辑器处; (不会制作动图呀) editor.js中注释掉this.setCodeMirror().setToolbar().loadedDisplay();一行解决了

iHTCboy commented 5 years ago

@yuanquan99 我试了,好像不行呢? 因为默认光标会定位到输入框里

找到方法了,autoFocus : false, 就可以,如果是 min.js 就改为 autoFocus:!1

image

yuanquan404 commented 5 years ago

@pylixm 建议作者把这个默认定位到输入框取消..

iHTCboy commented 5 years ago

@pylixm 嗯,谢谢,我又找到了,原来有属性设置的,可以自己改一下,这个就不用改js文件,方便一些

image