Opening a conversation should focus the window
Previously, this function might open the conversation but not show the window, if it exists but wasn't on top. // FREEBIE
This commit is contained in:
parent
a57451d00b
commit
15a366dbf0
1 changed files with 1 additions and 1 deletions
|
@ -168,8 +168,8 @@
|
|||
appWindow.contentWindow.openConversation(conversation);
|
||||
} else {
|
||||
open = conversation;
|
||||
openInbox();
|
||||
}
|
||||
openInbox();
|
||||
};
|
||||
window.getOpenConversation = function() {
|
||||
var o = open;
|
||||
|
|
Loading…
Reference in a new issue