Explorar o código

Update src/commands/removerowcommand.js PR suggestions.

Co-Authored-By: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Maciej %!s(int64=6) %!d(string=hai) anos
pai
achega
2f9e4c25cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );