Sfoglia il codice sorgente

Moved interface definition to ckeditor5-ui-default.

Piotrek Koszuliński 9 anni fa
parent
commit
89af3f9f41
1 ha cambiato i file con 0 aggiunte e 16 eliminazioni
  1. 0 16
      packages/ckeditor5-ui/src/bindings/stickytoolbar.js

+ 0 - 16
packages/ckeditor5-ui/src/bindings/stickytoolbar.js

@@ -28,19 +28,3 @@ export default class StickyToolbar extends Toolbar {
 		model.bind( 'isActive' ).to( editor.editables, 'current', c => !!c );
 	}
 }
-
-/**
- * The basic sticky toolbar model interface.
- *
- * @memberOf ui.stickyToolbar
- * @interface StickyToolbarModel
- */
-
-/**
- * Indicates whether the toolbar should be active. When any editable
- * is focused in the editor, toolbar becomes active.
- *
- * @readonly
- * @observable
- * @member {Boolean} ui.button.StickyToolbarModel#isActive
- */