panr 5 år sedan
förälder
incheckning
d23710b95b

+ 7 - 0
packages/ckeditor5-special-characters/src/ui/specialcharactersnavigationview.js

@@ -45,7 +45,14 @@ export default class SpecialCharactersNavigationView extends FormHeaderView {
 		this.groupDropdownView = this._createGroupDropdown( groupNames );
 		this.groupDropdownView.panelPosition = locale.uiLanguageDirection === 'rtl' ? 'se' : 'sw';
 
+		/**
+		 * @inheritDoc
+		 */
 		this.label = t( 'Special characters' );
+
+		/**
+		 * @inheritDoc
+		 */
 		this.children.add( this.groupDropdownView );
 	}