Преглед на файлове

Update src/tablecellproperties/ui/tablecellpropertiesview.js

Co-Authored-By: Maciej <jodator@jodator.net>
Aleksander Nowodzinski преди 5 години
родител
ревизия
e79d53ade9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.js

+ 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 );