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