8
0
Просмотр исходного кода

Made the WidgetTypeAround class public (needed for docs).

Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
e97acc0b76
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/ckeditor5-widget/src/widgettypearound/widgettypearound.js

+ 0 - 1
packages/ckeditor5-widget/src/widgettypearound/widgettypearound.js

@@ -52,7 +52,6 @@ const PLUGIN_DISABLED_EDITING_ROOT_CLASS = 'ck-widget__type-around_disabled';
  * in it so that users can type (or insert content, paste, etc.) straight away.
  * in it so that users can type (or insert content, paste, etc.) straight away.
  *
  *
  * @extends module:core/plugin~Plugin
  * @extends module:core/plugin~Plugin
- * @private
  */
  */
 export default class WidgetTypeAround extends Plugin {
 export default class WidgetTypeAround extends Plugin {
 	/**
 	/**