-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
Are you reporting a feature request or a bug?
calling on DialogDefinition event in the ckeditor4-react npm package doesn't work
Provide detailed reproduction steps (if any)
<CKEditor
data={'random'}
config={{
filebrowserUploadUrl: 'random/',
uploadUrl: '',
}}
onChange={e => {e.editor.getData (); }}
onDialogDefinition={ev => console.log (ev) }
onFileUploadRequest={e => console.log (e)}
/>
Expected result
on dialogDefinition event should be logged
Actual result
no event is seen
Other details
- Browser: …
- OS: …
- Integration version: …
- CKEditor version: …
- Installed CKEditor plugins: …
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels