Explorar el Código

Add info that Table plugin loads TableMouse feature.

Maciej Gołaszewski hace 5 años
padre
commit
7adbaf3414
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/ckeditor5-table/src/table.js

+ 1 - 0
packages/ckeditor5-table/src/table.js

@@ -29,6 +29,7 @@ import '../theme/table.css';
  * * {@link module:table/tableediting~TableEditing editing feature},
  * * {@link module:table/tableselection~TableSelection selection feature},
  * * {@link module:table/tablekeyboard~TableKeyboard keyboard navigation feature},
+ * * {@link module:table/tablemouse~TableMouse mouse selection feature},
  * * {@link module:table/tableclipboard~TableClipboard clipboard feature},
  * * {@link module:table/tableui~TableUI UI feature}.
  *