Browse Source

Update src/tablecellproperties/ui/tablecellpropertiesview.js

Co-Authored-By: Maciej <jodator@jodator.net>
Aleksander Nowodzinski 5 years ago
parent
commit
e79d53ade9

+ 1 - 1
packages/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.js

@@ -333,7 +333,7 @@ export default class TableCellPropertiesView extends View {
 			this.verticalAlignmentToolbar,
 			this.saveButtonView,
 			this.cancelButtonView
-		].forEach( v => {
+		].forEach( view => {
 			// Register the view as focusable.
 			this._focusables.add( v );