From 096e7711cb85a719dcdf310dbe06fb3aa8265854 Mon Sep 17 00:00:00 2001 From: Ben Henning Date: Wed, 23 Apr 2025 21:24:05 +0000 Subject: [PATCH] chore: clean-up documentation comment. --- core/focus_manager.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/focus_manager.ts b/core/focus_manager.ts index 83755067c..88eef46b5 100644 --- a/core/focus_manager.ts +++ b/core/focus_manager.ts @@ -340,8 +340,8 @@ export class FocusManager { } /** - * Defocuses the current actively focused node tracked by the manager, if - * there is one iff the manager isn't in an ephemeral focus state. + * Defocuses the current actively focused node tracked by the manager, iff + * there's a node being tracked and the manager doesn't have ephemeral focus. */ private defocusCurrentFocusedNode(): void { // The current node will likely be defocused while ephemeral focus is held,