Преглед изворни кода

Docs: Added a missing @member description of the FocusTracker#focusedElement.

Aleksander Nowodzinski пре 5 година
родитељ
комит
0f0246ca26
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-utils/src/focustracker.js

+ 1 - 1
packages/ckeditor5-utils/src/focustracker.js

@@ -47,7 +47,7 @@ export default class FocusTracker {
 		 *
 		 * @readonly
 		 * @observable
-		 * @member {HTMLElement|null}
+		 * @member {HTMLElement|null} #focusedElement
 		 */
 		this.set( 'focusedElement', null );