Skip to content

Commit db15073

Browse files
committed
Tableresize requires tabletools.
1 parent 81342cb commit db15073

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/tableresize/plugin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@
343343
}
344344

345345
CKEDITOR.plugins.add( 'tableresize', {
346+
requires: 'tabletools',
347+
346348
init: function( editor ) {
347349
editor.on( 'contentDom', function() {
348350
var resizer;

0 commit comments

Comments
 (0)