소스 검색

Docs: Made #228 docs more verbose.

Aleksander Nowodzinski 8 년 전
부모
커밋
14802a9521
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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() )
 			}