8
0
Просмотр исходного кода

Merge pull request #12 from ckeditor/t/ckeditor5/742

Internal: Aligned to changes in UI. See ckeditor/ckeditor5#742.
Piotrek Koszuliński 7 лет назад
Родитель
Сommit
e15c440068
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-editor-decoupled/src/decouplededitoruiview.js

+ 1 - 1
packages/ckeditor5-editor-decoupled/src/decouplededitoruiview.js

@@ -60,7 +60,7 @@ export default class DecoupledEditorUIView extends EditorUIView {
 			}
 		} );
 
-		this.registerChildren( [ this.toolbar, this.editable ] );
+		this.registerChild( [ this.toolbar, this.editable ] );
 	}
 
 	/**