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.
ActiveDescendantKeyManager
1 parent 24a762f commit 3f05286Copy full SHA for 3f05286
src/lib/core/a11y/activedescendant-key-manager.ts
@@ -13,10 +13,6 @@ export interface Highlightable extends CanDisable {
13
14
export class ActiveDescendantKeyManager extends ListKeyManager<Highlightable> {
15
16
- constructor(items: QueryList<Highlightable>) {
17
- super(items);
18
- }
19
-
20
/**
21
* This method sets the active item to the item at the specified index.
22
* It also adds active styles to the newly active item and removes active
0 commit comments