瀏覽代碼

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

Aleksander Nowodzinski 5 年之前
父節點
當前提交
7efcaecfa6
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 {
 	/**