Selaa lähdekoodia

Made the WidgetTypeAround class public (needed for docs).

Aleksander Nowodzinski 5 vuotta sitten
vanhempi
commit
e97acc0b76

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