Jelajahi Sumber

Fix balloon toolbar grouping docs

panr 5 tahun lalu
induk
melakukan
100db14ff3

+ 2 - 2
packages/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js

@@ -380,9 +380,9 @@ function getBalloonPositions( isBackward ) {
  *
  *		const config = {
  *			balloonToolbar: {
- *				items: [ 'bold', 'italic', 'undo', 'redo' ]
+ *				items: [ 'bold', 'italic', 'undo', 'redo' ],
+ *				shouldNotGroupWhenFull: true
  *			},
- *			shouldNotGroupWhenFull: true
  *		};
  *
  * @member {Array.<String>|Object} module:core/editor/editorconfig~EditorConfig#balloonToolbar