Skip to content
Snippets Groups Projects
Commit 42fe8ec5 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

update CSS selector, fixes #254

parent 96feeaaf
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ $(function() {
});
}
$(document).on('focus', '.ck-content', function(event) {
$(document).on('focus', '.ck-editor__editable', function(event) {
vipsCharacterPickerTarget = $(this);
vipsCharacterPickerTarget.data('ckeditor', this.ckeditorInstance);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment