From 4632b001cf15349e44d0c3f7a3ff355bdce47ce1 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Fri, 26 Jul 2024 16:30:42 +0200 Subject: [PATCH] Code refactoring: corrected white spaces in FC#chain() diagram. --- packages/ckeditor5-ui/src/focuscycler.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/ckeditor5-ui/src/focuscycler.ts b/packages/ckeditor5-ui/src/focuscycler.ts index e1104b16e03..4d407dd590f 100644 --- a/packages/ckeditor5-ui/src/focuscycler.ts +++ b/packages/ckeditor5-ui/src/focuscycler.ts @@ -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: