Fix menu behavior
Opening the global menu should close the conversation menu and vice versa. // FREEBIE
This commit is contained in:
parent
2e7c7ce0cc
commit
08da29969c
2 changed files with 3 additions and 1 deletions
|
@ -125,6 +125,7 @@
|
|||
focusHeader: function() {
|
||||
this.$('.conversation-stack').addClass('inactive');
|
||||
this.$('#header').removeClass('inactive');
|
||||
this.$('.conversation:first .menu').trigger('close');
|
||||
},
|
||||
reloadBackgroundPage: function() {
|
||||
chrome.runtime.reload();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue