Explorar el Código

Removed usage of allowMultiRangeSelection schema option that was reverted.

Kuba Niegowski hace 5 años
padre
commit
5102ecc4de
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      packages/ckeditor5-table/src/tableediting.js

+ 1 - 2
packages/ckeditor5-table/src/tableediting.js

@@ -77,8 +77,7 @@ export default class TableEditing extends Plugin {
 		schema.register( 'tableCell', {
 			allowIn: 'tableRow',
 			allowAttributes: [ 'colspan', 'rowspan' ],
-			isObject: true,
-			allowMultiRangeSelection: true
+			isObject: true
 		} );
 
 		// Allow all $block content inside table cell.