Cancel link preview loading when unloading conversation view
This commit is contained in:
parent
f0c7804929
commit
aae221a641
1 changed files with 2 additions and 0 deletions
|
@ -1627,6 +1627,8 @@ Whisper.ConversationView = Whisper.View.extend({
|
||||||
window.reduxActions.conversations.setSelectedConversationPanelDepth(0);
|
window.reduxActions.conversations.setSelectedConversationPanelDepth(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.removeLinkPreview();
|
||||||
|
|
||||||
this.remove();
|
this.remove();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue