mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: hitting =
should show the hamburger menu
This commit is contained in:
parent
d7b43ce238
commit
2589a75c46
@ -173,7 +173,7 @@ export default {
|
||||
},
|
||||
|
||||
toggleHamburgerMenu() {
|
||||
this.container.lookup('controller:application').send('toggleHamburgerMenu');
|
||||
this.container.lookup('controller:header').send('toggleHamburgerMenu');
|
||||
},
|
||||
|
||||
showCurrentUser() {
|
||||
|
Loading…
Reference in New Issue
Block a user