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 fe113eb commit 003a5e7Copy full SHA for 003a5e7
src/lib/core/style/focus-classes.ts
@@ -74,8 +74,8 @@ export class FocusOriginMonitor {
74
renderer.setElementClass(element, 'cdk-keyboard-focused', this._origin == 'keyboard');
75
renderer.setElementClass(element, 'cdk-mouse-focused', this._origin == 'mouse');
76
renderer.setElementClass(element, 'cdk-program-focused', this._origin == 'program');
77
-
78
subject.next(this._origin);
+
79
this._lastFocusOrigin = this._origin;
80
this._origin = null;
81
}
0 commit comments