Skip to content

Commit

Permalink
Update packages/ckeditor5-ui/src/focuscycler.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Szymon Cofalik <s.cofalik@cksource.com>
  • Loading branch information
oleq and scofalik authored Jul 26, 2024
1 parent 339667d commit d7f1004
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions packages/ckeditor5-ui/src/focuscycler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,14 +292,13 @@ export default class FocusCycler extends /* #__PURE__ */ EmitterMixin() {
* │ │ │ │ │ │
* │ │ │ ┌─────┐ ┌─────┐ ┌─────┐ │ │ │
* │ │ │ ┌──► ABA ├──► ABB ├──► ABC ├───┐ │ │ │
* ┌──► ├───► │ └─────┘ └─────┘ └─────┘ │ ├───► ├──┐
* │ │ │ │ │ │ │ │ │ │
* │ │ │ │ │ │ │ │ │ │
* │ │ │ │ └──────────────────────────────┘ │ │ │ │
* │ │ │ │ │ │ │ │
* │ └────────────┘ └──────────────────────────────────┘ └────────────┘ │
* │ │
* └──────────────────────────────────────────────────────────────────────────┘
* │ ├───► │ └─────┘ └─────┘ └─────┘ │ │ │ │
* │ │ │ │ │ │ │ │
* │ │ │ │ │ │ │ │
* │ │ │ └──────────────────────────────┘ │ │ │
* │ │ │ │ │ │
* └────────────┘ └──────────────────────────────────┘ └────────────┘
*
*
* Chaining a focus tracker that manages AA, AB, and AC with the focus tracker that manages ABA, ABB, and ABC
* creates a seamless navigation experience instead:
Expand Down

0 comments on commit d7f1004

Please sign in to comment.