We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbb7b9 commit ee1efd1Copy full SHA for ee1efd1
1 file changed
django_ckeditor_5/static/django_ckeditor_5/app.js
@@ -82,7 +82,7 @@ function createEditors(element = document.body) {
82
return regex;
83
}
84
if (value.toString().startsWith('::function::-')) {
85
- var funName = value.toString().split('-')[1]
+ var funcName = value.toString().split('-')[1]
86
// callback must be installed into this global object first
87
var func = window.djangoCKEditor5Functions[funcName]
88
return func;
0 commit comments