Przeglądaj źródła

Docs: Added missing interface to EditorBalloon class.

Oskar Wróbel 8 lat temu
rodzic
commit
7f6745312c

+ 1 - 0
packages/ckeditor5-editor-balloon/src/ballooneditor.js

@@ -42,6 +42,7 @@ import mix from '@ckeditor/ckeditor5-utils/src/mix';
  *
  * @mixes module:core/editor/utils/datainterface~DataInterface
  * @mixes module:core/editor/utils/elementinterface~ElementInterface
+ * @implements module:core/editor/editorwithui~EditorWithUI
  * @extends module:core/editor/editor~Editor
  */
 export default class BalloonEditor extends Editor {