N°3817 - Audit and fix calls to deprecated jQuery method - rollback change on caselog-entry-form.js

This commit is contained in:
Anne-Cath
2025-08-29 11:07:44 +02:00
parent a6a459967e
commit 00818f411f

View File

@@ -179,7 +179,7 @@ $(function() {
});
// Set focus in the input
this.element.on('set_focus.caselog_entry_form.itop', function () {
CKEditorInstance.trigger('focus');
CKEditorInstance.focus();
});
},