@@ -337,7 +337,7 @@ function toolbar( children = [] ) {
const toolbar = new Toolbar( null, new ToolbarView() );
children.forEach( c => {
- toolbar.add( 'buttons', c );
+ toolbar.add( 'items', c );
} );
return toolbar;