@@ -57,7 +57,8 @@ export default class TableEditing extends Plugin {
allowWhere: '$block',
allowAttributes: [ 'headingRows', 'headingColumns' ],
isLimit: true,
- isObject: true
+ isObject: true,
+ isBlock: true
} );
schema.register( 'tableRow', {