瀏覽代碼

Removed usage of allowMultiRangeSelection schema option that was reverted.

Kuba Niegowski 5 年之前
父節點
當前提交
5102ecc4de
共有 1 個文件被更改,包括 1 次插入2 次删除
  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.