Răsfoiți Sursa

Docs: Fixed broken link in the EditableUIView docs.

Aleksander Nowodzinski 7 ani în urmă
părinte
comite
10ec65eff0
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/ckeditor5-ui/src/editableui/editableuiview.js

+ 1 - 1
packages/ckeditor5-ui/src/editableui/editableuiview.js

@@ -114,7 +114,7 @@ export default class EditableUIView extends View {
 
 	/**
 	 * Updates the `ck-focused` and `ck-blurred` CSS classes on the {@link #element} according to
-	 * the {@link #isFocused} property value using the {@link #editingView editing view} API.
+	 * the {@link #isFocused} property value using the {@link #_editingView editing view} API.
 	 *
 	 * @private
 	 */