8
0
Maciej Gołaszewski 7 лет назад
Родитель
Сommit
acbd7d0df9
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      packages/ckeditor5-table/src/tabletoolbar.js

+ 0 - 2
packages/ckeditor5-table/src/tabletoolbar.js

@@ -23,8 +23,6 @@ const balloonClassName = 'ck-toolbar-container';
  *
  * The toolbar uses the {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon}.
  *
- * For a detailed overview, check the {@glink features/table#table-contextual-toolbar table contextual toolbar} documentation.
- *
  * @extends module:core/plugin~Plugin
  */
 export default class TableToolbar extends Plugin {