Siropu Well-known member Jul 31, 2018 #1 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 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?
Siropu Well-known member Aug 1, 2018 #2 I have found out what the issue was. When using method html.set, this will also focus the editor.