Explorar o código

Update src/tablecellproperties/ui/tablecellpropertiesview.js

Co-Authored-By: Maciej <jodator@jodator.net>
Aleksander Nowodzinski %!s(int64=5) %!d(string=hai) anos
pai
achega
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 );