Przeglądaj źródła

Merge pull request #330 from ckeditor/i/6087

Docs: Linked to the "Deep dive into focus tracking" from the FocusTracker class docs (see ckeditor/ckeditor5#6087).
Piotrek Koszuliński 5 lat temu
rodzic
commit
7421bc4210
1 zmienionych plików z 2 dodań i 0 usunięć
  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
  */