8
0
Quellcode durchsuchen

Aligned to the changes in UI.

Kamil Piechaczek vor 7 Jahren
Ursprung
Commit
13fdf36dd3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packages/ckeditor5-editor-decoupled/src/decouplededitoruiview.js

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

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