Parcourir la source

Removed changes in table clipboard usage.

Kuba Niegowski il y a 5 ans
Parent
commit
2d13d6cb68
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 			for ( const { row, column, cell, isSpanned } of selectedTableMap ) {
-				if ( column == 0 ) {
+				if ( column === 0 ) {
 					previousCellInRow = null;
 				}