helloflask / helloflask/flask-ckeditor
asynchronously load ckeditor.config scripts
Open
- Dominant language
- JavaScript
- Stars
- 203
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I've met some problems using self-host ckeditor.js file with ckeditor.load().
Usually, FE engineers usually uses "defer" for js script loading. I've tried to load ckeditor.js with and ckeditor.load("..."), there will be error in the console. I guess there's inline scripts run before the loading of ckeditor.js. So is there any solution to load ckeditor.config() scripts asynchronously after ckeditor.js has already been loaded?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.