-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
Enable block drag and drop by default #15016
Enable block drag and drop by default #15016
Conversation
@@ -10,7 +10,7 @@ | |||
import { Plugin } from '@ckeditor/ckeditor5-core'; | |||
|
|||
import ClipboardPipeline from './clipboardpipeline'; | |||
import DragDrop from './dragdrop'; | |||
import DragDropExperimental from './dragdropexperimental'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DragDropExperimental
should replace old DragDrop
plugin.
Diffs could looks terrifying, especially in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing code coverage.
Suggested merge commit message (convention)
Feature (clipboard): Block drag and drop should be enabled by default. Closes #14734.
Additional information
For example – encountered issues, assumptions you had to make, other affected tickets, etc.