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 a69eac9 commit 03c86a5Copy full SHA for 03c86a5
addon/components/es-navbar/link/component.js
@@ -65,7 +65,7 @@ export default Component.extend({
65
this.set('isDropdownOpen', false);
66
},
67
68
- handleBlur() {
+ handleBlur() { //TODO this isn't working, figure out why
69
next(this, function() {
70
let subItems = Array.from(this.element.querySelectorAll('.navbar-dropdown-list li'));
71
let focused = subItems.find(item => document.activeElement === item.querySelector('a'));
0 commit comments