Răsfoiți Sursa

Linked to the "Deep dive into focus tracking" from the FocusCycler class docs.

Aleksander Nowodzinski 5 ani în urmă
părinte
comite
7efcaecfa6
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      packages/ckeditor5-ui/src/focuscycler.js

+ 2 - 0
packages/ckeditor5-ui/src/focuscycler.js

@@ -52,6 +52,8 @@ import global from '@ckeditor/ckeditor5-utils/src/dom/global';
  *				focusPrevious: [ 'arrowup', 'arrowleft' ],
  *			}
  *		} );
+ *
+ * Check out the {@glink framework/guides/deep-dive/focus-tracking "Deep dive into focus tracking" guide} to learn more.
  */
 export default class FocusCycler {
 	/**