Skip to content

Commit 096e771

Browse files
committed
chore: clean-up documentation comment.
1 parent 2564239 commit 096e771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/focus_manager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ export class FocusManager {
340340
}
341341

342342
/**
343-
* Defocuses the current actively focused node tracked by the manager, if
344-
* there is one iff the manager isn't in an ephemeral focus state.
343+
* Defocuses the current actively focused node tracked by the manager, iff
344+
* there's a node being tracked and the manager doesn't have ephemeral focus.
345345
*/
346346
private defocusCurrentFocusedNode(): void {
347347
// The current node will likely be defocused while ephemeral focus is held,

0 commit comments

Comments
 (0)