Explorar o código

Docs: Fixed broken link in the EditableUIView docs.

Aleksander Nowodzinski %!s(int64=7) %!d(string=hai) anos
pai
achega
10ec65eff0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 	 */