瀏覽代碼

Removed changes in table clipboard usage.

Kuba Niegowski 5 年之前
父節點
當前提交
2d13d6cb68
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-table/src/tableclipboard.js

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

@@ -192,7 +192,7 @@ export default class TableClipboard extends Plugin {
 			//
 			//
 			// This ensures proper table geometry after the paste
 			// This ensures proper table geometry after the paste
 			for ( const { row, column, cell, isSpanned } of selectedTableMap ) {
 			for ( const { row, column, cell, isSpanned } of selectedTableMap ) {
-				if ( column == 0 ) {
+				if ( column === 0 ) {
 					previousCellInRow = null;
 					previousCellInRow = null;
 				}
 				}