Răsfoiți Sursa

Docs: Linked to the "Deep dive into focus tracking" from FocusCycler and FocusTracker class docs.

Aleksander Nowodzinski 5 ani în urmă
părinte
comite
240e2f07ee
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      packages/ckeditor5-utils/src/focustracker.js

+ 2 - 0
packages/ckeditor5-utils/src/focustracker.js

@@ -24,6 +24,8 @@ import mix from './mix';
  * which contain other `focusable` elements. But note that this wrapper element has to be focusable too
  * which contain other `focusable` elements. But note that this wrapper element has to be focusable too
  * (have e.g. `tabindex="-1"`).
  * (have e.g. `tabindex="-1"`).
  *
  *
+ * Check out the {@glink framework/guides/deep-dive/focus-tracking "Deep dive into focus tracking" guide} to learn more.
+ *
  * @mixes module:utils/dom/emittermixin~EmitterMixin
  * @mixes module:utils/dom/emittermixin~EmitterMixin
  * @mixes module:utils/observablemixin~ObservableMixin
  * @mixes module:utils/observablemixin~ObservableMixin
  */
  */