Explorar el Código

Update src/commands/removerowcommand.js PR suggestions.

Co-Authored-By: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Maciej hace 6 años
padre
commit
2f9e4c25cd
Se han modificado 1 ficheros con 1 adiciones y 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 );