Hi guys,
I want no focus on the first input field when I open the editor. What is the best approach?
This code does not work:
editor.on( 'open', function( e, mode, action ) {
$('input').blur();
});
Cheers
Hannes
Hi guys,
I want no focus on the first input field when I open the editor. What is the best approach?
This code does not work:
editor.on( 'open', function( e, mode, action ) {
$('input').blur();
});
Cheers
Hannes