Browse Source

Fix code typo.

Mateusz Samsel 6 năm trước cách đây
mục cha
commit
ff1cf2a039
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/ckeditor5-link/src/ui/linkformview.js

+ 1 - 1
packages/ckeditor5-link/src/ui/linkformview.js

@@ -170,7 +170,7 @@ export default class LinkFormView extends View {
 			this.urlInputView,
 			...this.customAttributesView,
 			this.saveButtonView,
-			this.cancelButtonView,
+			this.cancelButtonView
 		];
 
 		childViews.forEach( v => {