We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
This the error you see when you open the sample.
Sorry, something went wrong.
This is because editableElement is null. Can you check this out @oskarwrobel?
editableElement
null
It's probably as simple as moving FT#add() to Plugin#init().
FT#add()
Plugin#init()
👍
Related https://github.com/ckeditor/ckeditor5-core/issues/137.
Merge pull request #425 from ckeditor/t/424
ae9fa09
Fix: The `BlockToolbar` should add elements to the `FocusTracker` only after `uiReady` is fired to avoid errors. Closes #424.
oskarwrobel
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: