Selaa lähdekoodia

Docs: Added missing interface to EditorBalloon class.

Oskar Wróbel 8 vuotta sitten
vanhempi
sitoutus
7f6745312c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      packages/ckeditor5-editor-balloon/src/ballooneditor.js

+ 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 {