Explicitly return false from toggleBurgerMenu to not bubble action
This commit is contained in:
parent
7e0fe8cb61
commit
b9cacdc596
|
@ -15,6 +15,7 @@ Controller = Ember.Controller.extend
|
|||
actions: {
|
||||
toggleBurgerMenu: ->
|
||||
@toggleProperty('is-open')
|
||||
return false
|
||||
}
|
||||
|
||||
`export default Controller`
|
||||
|
|
Loading…
Reference in New Issue
Block a user