8
0
فهرست منبع

Update src/tablecellproperties/ui/tablecellpropertiesview.js

Co-Authored-By: Maciej <jodator@jodator.net>
Aleksander Nowodzinski 6 سال پیش
والد
کامیت
ebfd050116
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.js

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

@@ -335,7 +335,7 @@ export default class TableCellPropertiesView extends View {
 			this.cancelButtonView
 		].forEach( view => {
 			// Register the view as focusable.
-			this._focusables.add( v );
+			this._focusables.add( view );
 
 			// Register the view in the focus tracker.
 			this.focusTracker.add( view.element );