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