Jelajahi Sumber

Docs: Improvements in ToolbarView docs.

Aleksander Nowodzinski 6 tahun lalu
induk
melakukan
e817382378
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      packages/ckeditor5-ui/src/toolbar/toolbarview.js

+ 2 - 1
packages/ckeditor5-ui/src/toolbar/toolbarview.js

@@ -317,7 +317,8 @@ class ItemsView extends View {
 
 /**
  * A toolbar behavior that makes it static and unresponsive to the changes of the environment.
- * It also allows toolbar with the vertical layout.
+ * At the same time, it also makes it possible to display a toolbar with a vertical layout
+ * using the {@link module:ui/toolbar/toolbarview~ToolbarView#isVertical} property.
  *
  * @private
  * @implements module:ui/toolbar/toolbarview~ToolbarBehavior