소스 검색

Made the WidgetTypeAround class public (needed for docs).

Aleksander Nowodzinski 5 년 전
부모
커밋
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.
  *
  * @extends module:core/plugin~Plugin
- * @private
  */
 export default class WidgetTypeAround extends Plugin {
 	/**