标签: angular tinymce tinymce-4
任何人都可以帮我解决如何防止角度2中的自动对焦。
我不知道怎么做角度2,但我能够做到jquery:
$('form *:input[type!=hidden]:first').focus();
答案 0 :(得分:1)
在您的app模块中将模块更换为
TinymceModule.withConfig({' auto_focus':假,})