Răsfoiți Sursa

Docs: Made #228 docs more verbose.

Aleksander Nowodzinski 8 ani în urmă
părinte
comite
14802a9521
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      packages/ckeditor5-ui/src/dropdown/dropdownpanelview.js

+ 1 - 0
packages/ckeditor5-ui/src/dropdown/dropdownpanelview.js

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