Parcourir la source

Docs: Made #228 docs more verbose.

Aleksander Nowodzinski il y a 8 ans
Parent
commit
14802a9521
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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() )
 			}