Sfoglia il codice sorgente

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

Aleksander Nowodzinski 5 anni fa
parent
commit
240e2f07ee
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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
  * (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/observablemixin~ObservableMixin
  */