Skip to content

Commit 03c86a5

Browse files
MelSumnermansona
authored andcommitted
added a TODO for handleBlur
1 parent a69eac9 commit 03c86a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/components/es-navbar/link/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default Component.extend({
6565
this.set('isDropdownOpen', false);
6666
},
6767

68-
handleBlur() {
68+
handleBlur() { //TODO this isn't working, figure out why
6969
next(this, function() {
7070
let subItems = Array.from(this.element.querySelectorAll('.navbar-dropdown-list li'));
7171
let focused = subItems.find(item => document.activeElement === item.querySelector('a'));

0 commit comments

Comments
 (0)