Skip to content

add support for callback functions in config#1

Merged
merwok merged 11 commits into
masterfrom
caravan
May 26, 2025
Merged

add support for callback functions in config#1
merwok merged 11 commits into
masterfrom
caravan

Conversation

@merwok
Copy link
Copy Markdown

@merwok merwok commented May 22, 2025

No description provided.

Comment thread django_ckeditor_5/static/django_ckeditor_5/app.js Outdated
@merwok merwok deployed to testpypi May 25, 2025 22:39 — with GitHub Actions Active
@merwok merwok merged commit 749fbc9 into master May 26, 2025
2 checks passed
@merwok merwok deleted the caravan branch May 26, 2025 02:33
return regex;
}
if (value.toString().startsWith('::function::-')) {
var funName = value.toString().split('-')[1]
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in funcName

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
var funName = value.toString().split('-')[1]
var funcName = value.toString().split('-')[1]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant