Skip to content

Commit

Permalink
Code refactoring: corrected white spaces in FC#chain() diagram.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Jul 26, 2024
1 parent d7f1004 commit 4632b00
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/ckeditor5-ui/src/focuscycler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,12 +293,11 @@ 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 4632b00

Please sign in to comment.