Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我放置焦点然后尝试在文本区域上加载史诗编辑器并尝试设置预览模式时,我有一个输入字段。所以预览模式工作完美,但问题是它从文本字段中删除了光标。
有没有办法加载史诗编辑器并设置预览模式和光标停留在输入字段上?
editor.on('preview', function () { $(editor.getElement('previewer')).find('input').focus(); });
每次打开预览时都会运行前面的代码。然后它获取预览 iframe 正文,最后找到第一个输入并聚焦