Skip to content
Snippets Groups Projects
Commit 6ee3a6a6 authored by snater's avatar snater
Browse files

Issue #3402009 by Snater: Can't Insert images into textareas after Drupal 10 upgrade

parent dd959b35
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,10 @@
return currentEditorInstance;
}
if (this._$textareas.length) {
return this._$textareas.get(0);
}
return null;
}
......
......@@ -62,7 +62,7 @@
* @inheritDoc
*/
getCurrentInstance: function() {
return CKEDITOR.currentInstance;
return CKEDITOR?.currentInstance;
},
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment