8
0
Просмотр исходного кода

Update src/commands/removerowcommand.js PR suggestions.

Co-Authored-By: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Maciej 6 лет назад
Родитель
Сommit
2f9e4c25cd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-table/src/commands/removerowcommand.js

+ 1 - 1
packages/ckeditor5-table/src/commands/removerowcommand.js

@@ -105,7 +105,7 @@ export default class RemoveRowCommand extends Command {
 	}
 }
 
-// Returns a cell to focus on the same column of the focused table cell before removing a row.
+// Returns a cell that should be focused before removing the row, belonging to the same column as the currently focused cell.
 function getCellToFocus( table, removedRow, columnToFocus ) {
 	const row = table.getChild( removedRow );