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

update CSS selector, fixes #254

parent 2c884f33
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ $(function() { ...@@ -89,7 +89,7 @@ $(function() {
}); });
} }
$(document).on('focus', '.ck-content', function(event) { $(document).on('focus', '.ck-editor__editable', function(event) {
vipsCharacterPickerTarget = $(this); vipsCharacterPickerTarget = $(this);
vipsCharacterPickerTarget.data('ckeditor', this.ckeditorInstance); 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