Skip to content

Commit

Permalink
Update packages/neos-ui-ckeditor5-bindings/src/ckEditorApi.js
Browse files Browse the repository at this point in the history
Co-authored-by: Wilhelm Behncke <[email protected]>
  • Loading branch information
ahaeslich and grebaldi authored Apr 10, 2024
1 parent 4bf2ae6 commit b961e03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/neos-ui-ckeditor5-bindings/src/ckEditorApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export const createEditor = store => async options => {
return NeosEditor
.create(propertyDomNode, ckEditorConfig)
.then(editor => {
console.log('editor.ui', editor.ui);
editor.ui.focusTracker.on('change:isFocused', event => {
if (!event.source.isFocused) {
onChange(cleanupContentBeforeCommit(editor.getData()))
Expand Down

0 comments on commit b961e03

Please sign in to comment.