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

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

Aleksander Nowodzinski пре 5 година
родитељ
комит
240e2f07ee
1 измењених фајлова са 2 додато и 0 уклоњено
  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
  */