瀏覽代碼

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 {
 	/**