mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-10 22:14:35 -04:00
FIX: hitting =
should show the hamburger menu
This commit is contained in:
parent
d7b43ce238
commit
2589a75c46
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ export default {
|
|||
},
|
||||
|
||||
toggleHamburgerMenu() {
|
||||
this.container.lookup('controller:application').send('toggleHamburgerMenu');
|
||||
this.container.lookup('controller:header').send('toggleHamburgerMenu');
|
||||
},
|
||||
|
||||
showCurrentUser() {
|
||||
|
|
Loading…
Add table
Reference in a new issue