Skip to content

Commit 26fe82e

Browse files
committed
remove unused code
1 parent afd9079 commit 26fe82e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/components/rl-dropdown.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ export default Component.extend({
1717

1818
closeOnChildClick: false,
1919

20-
propagateClicks: true,
21-
2220
click(event) {
2321
let closeOnChildClick = this.closeOnChildClick;
24-
let propagateClicks = this.propagateClicks;
2522
let $target = event.target;
2623
let $c = this.element;
2724

@@ -32,9 +29,5 @@ export default Component.extend({
3229
this.set('isExpanded', false);
3330
}
3431
}
35-
36-
if (propagateClicks === false || propagateClicks === 'false') {
37-
event.stopPropagation();
38-
}
3932
},
4033
});

0 commit comments

Comments
 (0)