We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2564239 commit 096e771Copy full SHA for 096e771
core/focus_manager.ts
@@ -340,8 +340,8 @@ export class FocusManager {
340
}
341
342
/**
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.
+ * 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.
345
*/
346
private defocusCurrentFocusedNode(): void {
347
// The current node will likely be defocused while ephemeral focus is held,
0 commit comments