|
@@ -54,6 +54,7 @@ export default class DropdownPanelView extends View {
|
|
|
children: this.children,
|
|
children: this.children,
|
|
|
|
|
|
|
|
on: {
|
|
on: {
|
|
|
|
|
+ // Drag and drop in the panel should not break the selection in the editor.
|
|
|
// https://github.com/ckeditor/ckeditor5-ui/issues/228
|
|
// https://github.com/ckeditor/ckeditor5-ui/issues/228
|
|
|
selectstart: bind.to( evt => evt.preventDefault() )
|
|
selectstart: bind.to( evt => evt.preventDefault() )
|
|
|
}
|
|
}
|