Incorrect getData event during dropping content into editable #3379
Labels
core
The issue is caused by the editor core code.
regression
This issue is a regression.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Milestone
Type of report
Bug
Provide detailed reproduction steps (if any)
Expected result
Nothing is logged inside the console.
Actual result
beforeGetData
event object is logged.Other details
The issue is caused by https://github.com/ckeditor/ckeditor-dev/pull/2776/files#diff-993e1987d3dfc48a16bdd6a1873521dbR1655 – this
getData
should be marked as internal and be invoked only if appropriate enter mode is active.The text was updated successfully, but these errors were encountered: