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.
2 parents 78e055c + a78c92d commit 24dc01bCopy full SHA for 24dc01b
addon/services/navbar.js
@@ -13,6 +13,10 @@ export default Service.extend({
13
this.firstChars.push(item.element.querySelector('a').text.trim()[0].toLowerCase());
14
},
15
16
+ closePopupMenu() {
17
+ this.items.forEach(item => item.closePopupMenu());
18
+ },
19
+
20
setFocusToNextItem(item) {
21
const items = this.get('items');
22
0 commit comments