XF 2.0 How to disable editor autofocus?

Siropu

Well-known member
I have an issue where the froala editor in my add-on is auto focusing when loading and I want to prevent that.

I have tried editor.opts.autofocus = false; in the initialize event but it doesn't work. Is there another way?
 
I have found out what the issue was. When using method html.set, this will also focus the editor.
 
Top Bottom