I updated to v2.6 ( from 2.5 ) and my froalaEditor.drop events stopped firing. Prior to the update the below code runs correctly.
.on('froalaEditor.drop', function(e, editor, dropEvent) {
Please use it like this so that it gets triggered before other editor events:
```js
$('selector').on('froalaEditor.initialized', function (e, editor) {
editor.events.on('drop', function () {
}, true);
}).froalaEditor();
So I guess then you should update your Drop Content Demo code, and your API documentation ? It seems like the issue you've "closed" are breaking changes ?
https://www.froala.com/wysiwyg-editor/examples/drop-content
https://www.froala.com/wysiwyg-editor/docs/events#drop
@ghedwards it's going to be updated on our website as well.
These breaking changes aren't mentioned in the release notes ?
On 11 May 2017 4:15 pm, "Stefan Neculai" notifications@github.com wrote:
@ghedwards https://github.com/ghedwards it's going to be updated on our
website as well.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/froala/wysiwyg-editor/issues/1961#issuecomment-300693035,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAHqkmze40tSWdXqnf8ZUINCLQaY-Z1rks5r4qdsgaJpZM4NUo7x
.
It is a side effect of an issue we fixed. We're going to make all the necessary corrections for it in docs in the following hours.
froalaEditor.drop nu va mai fi disponibil nici în următoarele actualizări?
Please find details for binding to drop event here: https://www.froala.com/wysiwyg-editor/examples/drop-content