mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FIX: hitting =
should show the hamburger menu
This commit is contained in:
@ -173,7 +173,7 @@ export default {
|
||||
},
|
||||
|
||||
toggleHamburgerMenu() {
|
||||
this.container.lookup('controller:application').send('toggleHamburgerMenu');
|
||||
this.container.lookup('controller:header').send('toggleHamburgerMenu');
|
||||
},
|
||||
|
||||
showCurrentUser() {
|
||||
|
Reference in New Issue
Block a user