Skip to content

Commit

Permalink
Merge pull request #552 from ckeditor/i/6087
Browse files Browse the repository at this point in the history
Docs: Created the "Deep dive into focus tracking" guide. Closes #6087.
  • Loading branch information
Reinmar authored Apr 7, 2020
2 parents 167a781 + 277686f commit b9ac369
Show file tree
Hide file tree
Showing 8 changed files with 780 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions packages/ckeditor5-ui/src/focuscycler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
/**
Expand Down

0 comments on commit b9ac369

Please sign in to comment.